summaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-12-13 22:53:45 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-13 22:57:37 +0100
commit6cb3ccf835e0f10438e5ffd9c888c09e3d5d1380 (patch)
tree6517ff556f86552ee87e34b3b125aad5a6fc46d6 /release.nix
parenta020d2a996b1d420088f2a6e92f173b950434eba (diff)
downloadgnu-guix-6cb3ccf835e0f10438e5ffd9c888c09e3d5d1380.tar
gnu-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.nix2
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"