~ruther/guix-local

6cb3ccf835e0f10438e5ffd9c888c09e3d5d1380 — Ludovic Courtès 13 years ago a020d2a
release.nix: tarball: Fix typo.

* release.nix (tarball): Replace "gnulib" by "nix".
1 files changed, 1 insertions(+), 1 deletions(-)

M release.nix
M release.nix => release.nix +1 -1
@@ 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"