Skip to content

Commit c8f2272

Browse files
[25.05] yeahwm: mark broken on Linux (#423495)
2 parents c03e1f2 + 5afe911 commit c8f2272

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/by-name/ye/yeahwm/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
8585
license = lib.licenses.isc;
8686
mainProgram = "yeahwm";
8787
maintainers = with lib.maintainers; [ ];
88+
broken = stdenv.hostPlatform.isLinux; # Does not build with GCC 14.
8889
inherit (libX11.meta) platforms;
8990
};
9091
})

0 commit comments

Comments
 (0)