We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490913d commit c638f36Copy full SHA for c638f36
pkgs/development/compilers/gcl/default.nix
@@ -61,5 +61,6 @@ stdenv.mkDerivation rec {
61
maintainers = lib.teams.lisp.members;
62
license = licenses.gpl2;
63
platforms = platforms.linux;
64
+ broken = true; # 2025-01-21; to check after 2.7.0 is tagged
65
};
66
}
0 commit comments