guile-json: set strictDeps
This commit is contained in:
parent
c109adc5bf
commit
ac37aede47
1 changed files with 2 additions and 1 deletions
|
@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-OLoEjtKdEvBbMsWy+3pReVxEi0HkA6Kxty/wA1gX84g=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
pkg-config texinfo
|
||||
guile pkg-config texinfo
|
||||
];
|
||||
buildInputs = [
|
||||
guile
|
||||
|
|
Loading…
Reference in a new issue