From 31106758c5406a4bbc0e6740de01f0e59fce51f1 Mon Sep 17 00:00:00 2001 From: xeals Date: Sat, 12 Jun 2021 11:08:11 +1000 Subject: [PATCH] cardboard: mark as broken --- pkgs/applications/window-managers/cardboard/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/window-managers/cardboard/default.nix b/pkgs/applications/window-managers/cardboard/default.nix index 33101f1..38e49a4 100644 --- a/pkgs/applications/window-managers/cardboard/default.nix +++ b/pkgs/applications/window-managers/cardboard/default.nix @@ -68,5 +68,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.com/cardboardwm/cardboard"; license = licenses.gpl3; platforms = wlroots.meta.platforms; + broken = true; }; }