nix-serve: nix 2.0 fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user