mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
default-crate-overrides: only add Security to propagatedBuildInputs on darwin for security-framework-sys
This commit is contained in:
parent
c752103dd1
commit
e2a3a3c690
@ -170,7 +170,7 @@ in
|
||||
};
|
||||
|
||||
security-framework-sys = attr: {
|
||||
propagatedBuildInputs = [ Security ];
|
||||
propagatedBuildInputs = lib.optional stdenv.isDarwin Security;
|
||||
};
|
||||
|
||||
sequoia-openpgp = attrs: {
|
||||
|
Loading…
Reference in New Issue
Block a user