apr: fix most tests

This commit is contained in:
Jan Malakhovski 2018-08-08 18:29:39 +00:00
parent cf84bc0374
commit d8850af4c3

View File

@ -10,6 +10,11 @@ stdenv.mkDerivation rec {
patches = stdenv.lib.optionals stdenv.isDarwin [ ./is-this-a-compiler-bug.patch ];
# This test needs the net
postPatch = ''
rm test/testsock.*
'';
outputs = [ "out" "dev" ];
outputBin = "dev";