pkgs: havm: use 'checkInputs' for test dependency
This commit is contained in:
parent
9a5bba7574
commit
2c81416774
|
@ -10,7 +10,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
ghc
|
||||
which # Used by tests
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
which
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in a new issue