libconfuse: Disable failing tests on darwin
This commit is contained in:
parent
e445fc2017
commit
dc041e12f3
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@ stdenv.mkDerivation rec {
|
|||
owner = "martinh";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace tests/Makefile.am \
|
||||
--replace 'TESTS += empty_string' "" \
|
||||
--replace 'TESTS += print_filter' ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook flex ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue