lazpaint: mark as broken

This commit is contained in:
Aaron Jheng 2022-11-16 05:36:36 +00:00
parent ce89321950
commit 6cb85df090
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -64,5 +64,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
broken = true; # 2022-11-16
};
}