gnutls-kdh: mark the build as broken

https://hydra.nixos.org/build/104227863
This commit is contained in:
Peter Simons 2019-10-30 13:15:43 +01:00
parent d0eedda3b5
commit 36fe55487a

View file

@ -90,5 +90,6 @@ stdenv.mkDerivation {
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ leenaars ];
platforms = platforms.all;
broken = true;
};
}