guile-gcrypt: set strictDeps
This commit is contained in:
parent
9fc01a01a7
commit
3cb477b7ee
1 changed files with 2 additions and 1 deletions
|
@ -20,8 +20,9 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-vbm31EsOJiMeTs2tu5KPXckxPcAQbi3/PGJ5EHCC5VQ=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook pkg-config texinfo
|
||||
autoreconfHook guile libgcrypt pkg-config texinfo
|
||||
];
|
||||
buildInputs = [
|
||||
guile
|
||||
|
|
Loading…
Reference in a new issue