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:
parent
4630fcf686
commit
e88bdd5f50
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue