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 b4d0bda commit 5afe911Copy full SHA for 5afe911
1 file changed
pkgs/by-name/ye/yeahwm/package.nix
@@ -85,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
85
license = lib.licenses.isc;
86
mainProgram = "yeahwm";
87
maintainers = with lib.maintainers; [ ];
88
+ broken = stdenv.hostPlatform.isLinux; # Does not build with GCC 14.
89
inherit (libX11.meta) platforms;
90
};
91
})
0 commit comments