playonlinux: mark as broken (#59373)

Doesn't build.
This commit is contained in:
Timo Kaufmann
2019-04-12 23:50:11 +02:00
committed by GitHub
parent 619c15ed59
commit 171eb304c6

View File

@@ -102,5 +102,6 @@ in stdenv.mkDerivation {
license = licenses.gpl3;
maintainers = [ maintainers.a1russell ];
platforms = [ "x86_64-linux" "i686-linux" ];
broken = true;
};
}