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=";
|
hash = "sha256-Agt7v5HTpaskXuYmMdGDRIolaqCHUpwd/CfbZCe9Ups=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
|
guile
|
||||||
pkg-config
|
pkg-config
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
guile
|
guile
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue