Skip to content

Commit 48bcd3b

Browse files
remove boost175
boost175 is no longer in nixpkgs, and elements seems to currently build without it. We can readd a copy of boost175 later if we end up with branches of elements that we want to compile that need it.
1 parent 50ab8c2 commit 48bcd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
nixpkgs.callPackage ./elements.nix {
2727
inherit doCheck doFunctionalTests withBench withCoverage withFuzz withTests withWallet
2828
qaAssetsDir unitTestDataDir fuzzSeedCorpusDir;
29-
boost = nixpkgs.boost175;
29+
# boost = nixpkgs.boost175;
3030
miniupnpc = nixpkgs.callPackage ./miniupnpc-2.2.7.nix { };
3131
lcov = nixpkgs.callPackage ./lcov-1.16.nix { };
3232
stdenv = nixpkgs.clangStdenv;

0 commit comments

Comments
 (0)