Skip to content

Commit

Permalink
bitcoinarmory: remove
Browse files Browse the repository at this point in the history
The project has been abandoned upstream for 2 years. For its entire
lifetime in nixpkgs, the installed binaries segfault due to static
library linking that couldn't be undone due to proprietary changes
to said libraries. In addition, there are unpatched CVEs according
to NixOS#29956.

Fixes NixOS#29956.

Signed-off-by: David Anderson <dave@natulte.net>
  • Loading branch information
danderson committed Mar 12, 2020
1 parent 9f35c5c commit af576fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 94 deletions.
92 changes: 0 additions & 92 deletions pkgs/applications/misc/bitcoinarmory/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18440,8 +18440,6 @@ in
glew = glew110;
};

bitcoinarmory = callPackage ../applications/misc/bitcoinarmory { pythonPackages = python2Packages; };

bitkeeper = callPackage ../applications/version-management/bitkeeper {
gperf = gperf_3_0;
};
Expand Down

0 comments on commit af576fc

Please sign in to comment.