gwrap: pin guile_2_2 instead

This commit is contained in:
Weijia Wang 2023-08-04 17:47:42 +02:00
parent 37c34fa0ba
commit 8419104ce9
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libffi ];
env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
doCheck = true;
meta = with lib; {

View File

@ -19180,7 +19180,7 @@ with pkgs;
};
gwrap = callPackage ../development/tools/guile/g-wrap {
guile = guile_2_0;
guile = guile_2_2;
};
hadolint = haskell.lib.compose.justStaticExecutables haskellPackages.hadolint;