1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -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;};
releaseTools.nixBuild {
name = "nix-build";
name = "nix";
src = tarball;
buildInputs = [curl perl bzip2 openssl];