lz4, xdelta: explicitly mark test requirements as such in code

This commit is contained in:
Tobias Geerinckx-Rice
2015-04-19 03:45:58 +02:00
parent 80d61d9201
commit fbeb8bd898
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
owner = "Cyan4973";
};
# valgrind is required only by `make test`
buildInputs = [ valgrind ];
buildInputs = stdenv.lib.optional doCheck valgrind;
enableParallelBuilding = true;