guile-gcrypt: set strictDeps

This commit is contained in:
Weijia Wang 2023-10-22 02:36:18 +02:00
parent 9fc01a01a7
commit 3cb477b7ee

View File

@ -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