Merge pull request #84884 from Izorkin/maxscale-broken

maxscale: make broken package
This commit is contained in:
Benjamin Hipple 2020-04-10 15:40:48 -04:00 committed by GitHub
commit b93ca0fd67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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