libpsl: remove valgrind from nativeBuildInputs on darwin

This commit is contained in:
zowoq 2020-10-23 14:07:55 +10:00
parent ad9c8e6f04
commit b36436a12a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
lzip
pkgconfig
python3
valgrind
(stdenv.lib.optionalString (!stdenv.isDarwin) valgrind)
libxslt
];