Skip to content

Commit 4f1666e

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 4f1666e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
nixpkgs.callPackage ./elements.nix {
2727
inherit doCheck doFunctionalTests withBench withCoverage withFuzz withTests withWallet
2828
qaAssetsDir unitTestDataDir fuzzSeedCorpusDir;
29-
boost = nixpkgs.boost175;
3029
miniupnpc = nixpkgs.callPackage ./miniupnpc-2.2.7.nix { };
3130
lcov = nixpkgs.callPackage ./lcov-1.16.nix { };
3231
stdenv = nixpkgs.clangStdenv;

0 commit comments

Comments
 (0)