diff --git a/release.nix b/release.nix index 2d3a70f524..2cc7be4794 100644 --- a/release.nix +++ b/release.nix @@ -50,7 +50,7 @@ let src = ; buildInputs = with pkgs; [ guile sqlite bzip2 git libgcrypt ]; buildNativeInputs = with pkgs; [ texinfo gettext cvs pkgconfig ]; - preAutoconf = ''git config submodule.gnulib.url "${}"''; + preAutoconf = ''git config submodule.nix.url "${}"''; configureFlags = [ "--with-libgcrypt-prefix=${pkgs.libgcrypt}" "--localstatedir=/nix/var/nix"