mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
remove NIX_LDFLAGS
This commit is contained in:
parent
69a6d17570
commit
4d69fd56e2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
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