Skip to content

Commit

Permalink
neopg: mark as broken
Browse files Browse the repository at this point in the history
Fails to build with recent versions of botan2. The issue has been
reported upstream at das-labor/neopg#98.
  • Loading branch information
mweinelt committed Nov 30, 2020
1 parent 4630fcf commit e88bdd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/security/neopg/default.nix
Expand Up @@ -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
};
}

0 comments on commit e88bdd5

Please sign in to comment.