Merge pull request #262646 from wegank/guile-strict-deps-2
guile-*, scheme-bytestructures: set strictDeps
This commit is contained in:
commit
29e49c3914
7 changed files with 18 additions and 5 deletions
|
@ -20,8 +20,9 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-vbm31EsOJiMeTs2tu5KPXckxPcAQbi3/PGJ5EHCC5VQ=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook pkg-config texinfo
|
||||
autoreconfHook guile libgcrypt pkg-config texinfo
|
||||
];
|
||||
buildInputs = [
|
||||
guile
|
||||
|
|
|
@ -20,8 +20,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "x6apF9fmwzrkyzAexKjClOTFrbE31+fVhSLyFZkKRYU=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook pkg-config texinfo
|
||||
autoreconfHook guile pkg-config texinfo
|
||||
];
|
||||
buildInputs = [
|
||||
guile
|
||||
|
|
|
@ -17,7 +17,12 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-W0y5JgMgduw0a7XAvA0CMflo/g9WWRPMFpNLt5Ovsjk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
guile
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gnutls
|
||||
|
|
|
@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-OLoEjtKdEvBbMsWy+3pReVxEi0HkA6Kxty/wA1gX84g=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
pkg-config texinfo
|
||||
guile pkg-config texinfo
|
||||
];
|
||||
buildInputs = [
|
||||
guile
|
||||
|
|
|
@ -16,8 +16,10 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-5O87hF8SGILHwM8E+BocuP02DG9ktWuGjeVUYhT5BN4=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
guile
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
|
|
|
@ -20,8 +20,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-C1a6lMK4O49043coh8EQkTWALrPolitig3eYf+l+HmM=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
guile
|
||||
pkg-config
|
||||
texinfo
|
||||
];
|
||||
|
|
|
@ -17,8 +17,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-Wvs288K8BVjUuWvvzpDGBwOxL7mAXjVtgIwJAsQd0L4=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook pkg-config
|
||||
autoreconfHook guile pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
guile
|
||||
|
|
Loading…
Reference in a new issue