1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
This commit is contained in:
Eelco Dolstra 2009-03-06 17:00:58 +00:00
parent d4753c944f
commit a96cac0d18

View file

@ -58,7 +58,7 @@ let
with import nixpkgs.path {inherit system;}; with import nixpkgs.path {inherit system;};
releaseTools.nixBuild { releaseTools.nixBuild {
name = "nix-build"; name = "nix";
src = tarball; src = tarball;
buildInputs = [curl perl bzip2 openssl]; buildInputs = [curl perl bzip2 openssl];