cardboard: mark as broken

This commit is contained in:
xeals 2021-06-12 11:08:11 +10:00
parent 2f4dacf6ee
commit 31106758c5
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -68,5 +68,6 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.com/cardboardwm/cardboard";
license = licenses.gpl3;
platforms = wlroots.meta.platforms;
broken = true;
};
}