apr: fix most tests
This commit is contained in:
parent
cf84bc0374
commit
d8850af4c3
@ -10,6 +10,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./is-this-a-compiler-bug.patch ];
|
patches = stdenv.lib.optionals stdenv.isDarwin [ ./is-this-a-compiler-bug.patch ];
|
||||||
|
|
||||||
|
# This test needs the net
|
||||||
|
postPatch = ''
|
||||||
|
rm test/testsock.*
|
||||||
|
'';
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
outputBin = "dev";
|
outputBin = "dev";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user