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:53:45 +0100 |
commit | cb1427dd0835379fa1e05af87c1c6ea585d478e3 (patch) | |
tree | 75e5bf014db2b3cd6dc42c92807907fcb583408c | |
parent | 53f974fd45ae9fb8401fd541adf25bcfae3c36af (diff) | |
download | guix-cb1427dd0835379fa1e05af87c1c6ea585d478e3.tar guix-cb1427dd0835379fa1e05af87c1c6ea585d478e3.tar.gz |
release.nix: tarball: Fix typo.
* release.nix (tarball): Replace "gnulib" by "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" |