Merge pull request #36350 from volth/nix-serve

nix-serve: nix 2.0 fixes
This commit is contained in:
Jörg Thalheim
2018-03-05 23:18:27 +00:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
inherit rev sha256;
};
buildInputs = [ bzip2 perl nix ]
buildInputs = [ bzip2 perl nix nix.perl-bindings ]
++ (with perlPackages; [ DBI DBDSQLite Plack Starman ]);
dontBuild = true;