percona-server: mark as broken

This commit is contained in:
xeji 2018-04-11 11:39:07 +02:00
parent 48573657b5
commit eb9a133eb6

View File

@ -57,5 +57,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ grahamc ];
broken = true; # 2018-04-11
};
}