forked from lix-project/lix
Merge pull request #7943 from edolstra/fix-make-check
Fix 'make check' inside 'nix develop'
This commit is contained in:
commit
3a2b3af824
|
@ -96,6 +96,7 @@
|
|||
++ lib.optionals (stdenv.isLinux && !(isStatic && stdenv.system == "aarch64-linux")) [
|
||||
"LDFLAGS=-fuse-ld=gold"
|
||||
];
|
||||
|
||||
testConfigureFlags = [
|
||||
"CXXFLAGS=-I${lib.getDev rapidcheck}/extras/gtest/include"
|
||||
];
|
||||
|
@ -651,7 +652,7 @@
|
|||
|
||||
buildInputs = buildDeps ++ propagatedDeps ++ awsDeps ++ checkDeps;
|
||||
|
||||
inherit configureFlags;
|
||||
configureFlags = configureFlags ++ testConfigureFlags;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue