guile-sqlite3: set strictDeps
This commit is contained in:
parent
70d990743b
commit
df4e8fb47a
1 changed files with 2 additions and 0 deletions
|
@ -20,8 +20,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-C1a6lMK4O49043coh8EQkTWALrPolitig3eYf+l+HmM=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
guile
|
||||
pkg-config
|
||||
texinfo
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue