mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 04:07:28 +00:00
libpsl: remove valgrind from nativeBuildInputs on darwin
This commit is contained in:
parent
ad9c8e6f04
commit
b36436a12a
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
lzip
|
||||
pkgconfig
|
||||
python3
|
||||
valgrind
|
||||
(stdenv.lib.optionalString (!stdenv.isDarwin) valgrind)
|
||||
libxslt
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user