mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #1191 from kowey/kowey-macosx
wget darwin: disable Test-iri-disabled.px
This commit is contained in:
commit
18ad2f03a5
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0yqllj3nv9p3vqbdm6j4nvpjcwf1y19rq8sd966nrbd2qvvxfq8p";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional stdenv.isDarwin ./iri-test.patch;
|
||||
|
||||
preConfigure = stdenv.lib.optionalString doCheck
|
||||
'' for i in "doc/texi2pod.pl" "tests/run-px" "util/rmold.pl"
|
||||
do
|
||||
|
12
pkgs/tools/networking/wget/iri-test.patch
Normal file
12
pkgs/tools/networking/wget/iri-test.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -r --unified a/wget-1.14/tests/run-px b/wget-1.14/tests/run-px
|
||||
--- a/tests/run-px 2012-06-16 11:58:11.000000000 +0100
|
||||
+++ b/tests/run-px 2013-11-02 14:06:14.000000000 +0000
|
||||
@@ -48,7 +48,7 @@
|
||||
'Test-idn-robots-utf8.px',
|
||||
'Test-iri.px',
|
||||
'Test-iri-percent.px',
|
||||
- 'Test-iri-disabled.px',
|
||||
+ #'Test-iri-disabled.px',
|
||||
'Test-iri-forced-remote.px',
|
||||
'Test-iri-list.px',
|
||||
'Test-k.px',
|
Loading…
Reference in New Issue
Block a user