mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +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";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace tests/Makefile.am \
|
||||
--replace 'TESTS += empty_string' "" \
|
||||
--replace 'TESTS += print_filter' ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook flex ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user