perlPackages.StringShellQuote: disable tests on Darwin

This commit is contained in:
c0bw3b 2019-11-16 22:29:53 +01:00
parent 4800a71e2e
commit 20e43fd89c

View file

@ -16326,6 +16326,7 @@ let
url = mirror://cpan/authors/id/R/RO/ROSCH/String-ShellQuote-1.04.tar.gz;
sha256 = "0dfxhr6hxc2majkkrm0qbx3qcbykzpphbj2ms93dc86f7183c1p6";
};
doCheck = !stdenv.isDarwin;
meta = {
# http://cpansearch.perl.org/src/ROSCH/String-ShellQuote-1.04/README
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];