guile-disarchive: set strictDeps

This commit is contained in:
Weijia Wang 2023-10-15 00:00:50 +02:00
parent 0e86745f24
commit 3d246b92d8

View file

@ -19,9 +19,15 @@ stdenv.mkDerivation rec {
hash = "sha256-Agt7v5HTpaskXuYmMdGDRIolaqCHUpwd/CfbZCe9Ups=";
};
strictDeps = true;
nativeBuildInputs = [
autoreconfHook
guile
pkg-config
];
buildInputs = [
guile
zlib
];