summaryrefslogtreecommitdiff
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:53:45 +0100
commitcb1427dd0835379fa1e05af87c1c6ea585d478e3 (patch)
tree75e5bf014db2b3cd6dc42c92807907fcb583408c
parent53f974fd45ae9fb8401fd541adf25bcfae3c36af (diff)
release.nix: tarball: Fix typo.
* release.nix (tarball): Replace "gnulib" by "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"