puddletag: mark broken

This commit is contained in:
Frederik Rietdijk 2020-10-08 19:26:35 +02:00
parent 5d4117bd12
commit c0d5cf4993

View File

@ -30,5 +30,6 @@ python3Packages.buildPythonApplication rec {
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.linux;
broken = true; # Needs Qt wrapping
};
}