guile-lib: set strictDeps
This commit is contained in:
parent
ac37aede47
commit
70d990743b
1 changed files with 2 additions and 0 deletions
|
@ -16,8 +16,10 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-5O87hF8SGILHwM8E+BocuP02DG9ktWuGjeVUYhT5BN4=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
guile
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue