guile-quickcheck: set strictDeps
This commit is contained in:
parent
3d246b92d8
commit
ff71a60a5b
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-y5msW+mbQ7YeucRS2VNUPokOKoP8g6ysKJ2UMWiIvA4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [ guile pkg-config ];
|
||||
buildInputs = [ guile ];
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
|
Loading…
Reference in a new issue