diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-12-13 22:53:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-13 22:57:37 +0100 |
commit | 6cb3ccf835e0f10438e5ffd9c888c09e3d5d1380 (patch) | |
tree | 6517ff556f86552ee87e34b3b125aad5a6fc46d6 /release.nix | |
parent | a020d2a996b1d420088f2a6e92f173b950434eba (diff) | |
download | guix-6cb3ccf835e0f10438e5ffd9c888c09e3d5d1380.tar guix-6cb3ccf835e0f10438e5ffd9c888c09e3d5d1380.tar.gz |
release.nix: tarball: Fix typo.
* release.nix (tarball): Replace "gnulib" by "nix".
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 2d3a70f524..2cc7be4794 100644 --- a/release.nix +++ b/release.nix @@ -50,7 +50,7 @@ let src = <guix>; buildInputs = with pkgs; [ guile sqlite bzip2 git libgcrypt ]; buildNativeInputs = with pkgs; [ texinfo gettext cvs pkgconfig ]; - preAutoconf = ''git config submodule.gnulib.url "${<gnulib>}"''; + preAutoconf = ''git config submodule.nix.url "${<nix>}"''; configureFlags = [ "--with-libgcrypt-prefix=${pkgs.libgcrypt}" "--localstatedir=/nix/var/nix" |