1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

release.nix: tarball: Fix typo.

* release.nix (tarball): Replace "gnulib" by "nix".
This commit is contained in:
Ludovic Courtès
2012-12-13 22:53:45 +01:00
parent 53f974fd45
commit cb1427dd08
+1 -1
View File
@@ -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"