Skip to content

Commit 918d37c

Browse files
committed
Add boost to deps to fix build with nix 2.x
1 parent 97d9e3e commit 918d37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
1515
name = "nixos-channel-scripts";
1616

1717
buildInputs = with perlPackages;
18-
[ pkgconfig nix sqlite makeWrapper perl FileSlurp LWP LWPProtocolHttps ListMoreUtils DBDSQLite NetAmazonS3 boehmgc nlohmann_json ];
18+
[ pkgconfig nix sqlite makeWrapper perl FileSlurp LWP LWPProtocolHttps ListMoreUtils DBDSQLite NetAmazonS3 boehmgc nlohmann_json boost ];
1919

2020
buildCommand = ''
2121
mkdir -p $out/bin

0 commit comments

Comments
 (0)