1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

maxscale: make broken package

This commit is contained in:
Izorkin 2020-04-10 09:51:53 +03:00
parent 70d6f5cef2
commit 63d9ab069a

View file

@ -83,5 +83,6 @@ stdenv.mkDerivation rec {
license = licenses.bsl11;
platforms = platforms.linux;
maintainers = with maintainers; [ izorkin ];
broken = true;
};
}