Fix build

This commit is contained in:
Eelco Dolstra 2019-01-24 19:06:58 +01:00
parent 8dfa9f37c8
commit 4a3ae75e4f

View file

@ -2,20 +2,11 @@
with pkgs;
let
nix = nixUnstable;
#lib.overrideDerivation nixUnstable (orig: {
# src = /home/eelco/Dev/nix;
#});
in
stdenv.mkDerivation {
name = "nixos-channel-scripts";
buildInputs = with perlPackages;
[ pkgconfig nix sqlite makeWrapper perl FileSlurp LWP LWPProtocolHttps ListMoreUtils DBDSQLite NetAmazonS3 boehmgc nlohmann_json ];
[ pkgconfig nix sqlite makeWrapper perl FileSlurp LWP LWPProtocolHttps ListMoreUtils DBDSQLite NetAmazonS3 boehmgc nlohmann_json boost ];
buildCommand = ''
mkdir -p $out/bin