mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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 ];
|
||||
|
||||
# This test needs the net
|
||||
postPatch = ''
|
||||
rm test/testsock.*
|
||||
'';
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
outputBin = "dev";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user