Merge pull request #286092 from trofi/cardboard-mark-broken

cardboard: mark broken (`gcc-13` build failure)
This commit is contained in:
Mario Rodas 2024-02-09 09:13:44 -05:00 committed by GitHub
commit 2565ab7b53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,6 +127,7 @@ stdenv.mkDerivation {
};
meta = {
broken = true; # Upstream is archived, fails to build on gcc-13.
homepage = "https://gitlab.com/cardboardwm/cardboard";
description = "A scrollable, tiling Wayland compositor inspired on PaperWM";
license = lib.licenses.gpl3Only;