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.
wip/yesman
Martin Weinelt 4 years ago
parent 4630fcf686
commit e88bdd5f50
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 1
      pkgs/tools/security/neopg/default.nix

@ -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…
Cancel
Save