elementsd: replace local version with nixpkgs
This commit is contained in:
parent
676a4beb81
commit
2f4d7b866c
6 changed files with 3 additions and 93 deletions
|
|
@ -4,12 +4,6 @@ let
|
|||
nbPkgs = import ../pkgs { inherit pkgs; };
|
||||
pkgsUnstable = with nbPkgs; [
|
||||
joinmarket
|
||||
|
||||
## elementsd fails with error
|
||||
# test/key_properties.cpp:16:10: fatal error: rapidcheck/boost_test.h: No such file or directory
|
||||
# 16 | #include <rapidcheck/boost_test.h>
|
||||
# | ^~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# elementsd
|
||||
];
|
||||
in
|
||||
pkgs.writeText "pkgs-unstable" (pkgs.lib.concatMapStringsSep "\n" toString pkgsUnstable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue