mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-24 12:00:22 +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:
|
||||
let inherit (pkgs.darwin.apple_sdk_11_0.frameworks) Security;
|
||||
in package // {
|
||||
buildInputs = [ Security ];
|
||||
# NIX_LDFLAGS = "-F${Security}/Library/Frameworks -framework Security";
|
||||
# buildInputs = [ Security ];
|
||||
NIX_LDFLAGS = "-F${Security}/Library/Frameworks -framework Security";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue