mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
libconfuse: Disable failing tests on darwin
This commit is contained in:
parent
e445fc2017
commit
dc041e12f3
@ -11,6 +11,12 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "martinh";
|
owner = "martinh";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace tests/Makefile.am \
|
||||||
|
--replace 'TESTS += empty_string' "" \
|
||||||
|
--replace 'TESTS += print_filter' ""
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook flex ];
|
nativeBuildInputs = [ autoreconfHook flex ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user