mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40: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;
|
||||
in package // {
|
||||
buildInputs = [ Security ];
|
||||
NIX_LDFLAGS = "-F${Security}/Library/Frameworks -framework Security";
|
||||
# NIX_LDFLAGS = "-F${Security}/Library/Frameworks -framework Security";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue