guile-disarchive: set strictDeps
This commit is contained in:
parent
0e86745f24
commit
3d246b92d8
1 changed files with 6 additions and 0 deletions
|
@ -19,9 +19,15 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-Agt7v5HTpaskXuYmMdGDRIolaqCHUpwd/CfbZCe9Ups=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
guile
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
guile
|
||||
zlib
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue