neopg: mark as broken

Fails to build with recent versions of botan2. The issue has been
reported upstream at https://github.com/das-labor/neopg/issues/98.
This commit is contained in:
Martin Weinelt 2020-11-30 19:57:30 +01:00
parent 4630fcf686
commit e88bdd5f50
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
'';
maintainers = with maintainers; [ erictapen ];
platforms = platforms.linux;
broken = true; # fails to build with recent versions of botan. https://github.com/das-labor/neopg/issues/98
};
}