mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-24 20:10:23 +00:00
replace buildInputs by NIX_LDFLAGS
This commit is contained in:
parent
4d69fd56e2
commit
ac3d181628
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@
|
||||||
mkPackage = { pkgs, ... }: package:
|
mkPackage = { pkgs, ... }: package:
|
||||||
let inherit (pkgs.darwin.apple_sdk_11_0.frameworks) Security;
|
let inherit (pkgs.darwin.apple_sdk_11_0.frameworks) Security;
|
||||||
in package // {
|
in package // {
|
||||||
buildInputs = [ Security ];
|
# buildInputs = [ Security ];
|
||||||
# NIX_LDFLAGS = "-F${Security}/Library/Frameworks -framework Security";
|
NIX_LDFLAGS = "-F${Security}/Library/Frameworks -framework Security";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue