libpsl: remove valgrind from nativeBuildInputs on darwin
This commit is contained in:
parent
ad9c8e6f04
commit
b36436a12a
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||||
lzip
|
lzip
|
||||||
pkgconfig
|
pkgconfig
|
||||||
python3
|
python3
|
||||||
valgrind
|
(stdenv.lib.optionalString (!stdenv.isDarwin) valgrind)
|
||||||
libxslt
|
libxslt
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue