This commit is contained in:
Eelco Dolstra 2009-03-06 17:00:58 +00:00
parent d4753c944f
commit a96cac0d18
1 changed files with 1 additions and 1 deletions

View File

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