mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge #143945: librsvg: fix darwin build (into staging-next)
This commit is contained in:
commit
1526c99bcb
1 changed files with 2 additions and 3 deletions
|
@ -48,9 +48,6 @@ stdenv.mkDerivation rec {
|
|||
rustPlatform.cargoSetupHook
|
||||
] ++ lib.optionals withIntrospection [
|
||||
gobject-introspection
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
ApplicationServices
|
||||
Foundation
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
@ -61,6 +58,8 @@ stdenv.mkDerivation rec {
|
|||
] ++ lib.optionals withIntrospection [
|
||||
gobject-introspection
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
ApplicationServices
|
||||
Foundation
|
||||
libobjc
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue