Skip to content

Commit 5afe911

Browse files
committed
yeahwm: mark broken on Linux
Does not build on GCC 14. Related: #416319
1 parent b4d0bda commit 5afe911

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)