elementsd: replace local version with nixpkgs

This commit is contained in:
Pavol Rusnak 2021-07-16 12:41:48 +02:00
parent 676a4beb81
commit 2f4d7b866c
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D
6 changed files with 3 additions and 93 deletions

View file

@ -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)