mirror of
https://github.com/nix-community/naersk
synced 2024-11-22 19:53:05 +00:00
Fix tests on Linux
This commit is contained in:
parent
5b148cf5ef
commit
a2523f2a6c
1 changed files with 4 additions and 1 deletions
5
test.nix
5
test.nix
|
@ -128,8 +128,11 @@ rec
|
|||
pkgs.curl
|
||||
pkgs.git
|
||||
];
|
||||
NIX_LDFLAGS="-F${pkgs.darwin.apple_sdk.frameworks.CoreFoundation}/Library/Frameworks -framework CoreFoundation ";
|
||||
LIBGIT2_SYS_USE_PKG_CONFIG = 1;
|
||||
} // pkgs.lib.optionalAttrs pkgs.stdenv.isDarwin
|
||||
{
|
||||
NIX_LDFLAGS="-F${pkgs.darwin.apple_sdk.frameworks.CoreFoundation}/Library/Frameworks -framework CoreFoundation ";
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue