mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
release.nix: tarball: Fix typo.
* release.nix (tarball): Replace "gnulib" by "nix".
This commit is contained in:
parent
a020d2a996
commit
6cb3ccf835
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ let
|
||||||
src = <guix>;
|
src = <guix>;
|
||||||
buildInputs = with pkgs; [ guile sqlite bzip2 git libgcrypt ];
|
buildInputs = with pkgs; [ guile sqlite bzip2 git libgcrypt ];
|
||||||
buildNativeInputs = with pkgs; [ texinfo gettext cvs pkgconfig ];
|
buildNativeInputs = with pkgs; [ texinfo gettext cvs pkgconfig ];
|
||||||
preAutoconf = ''git config submodule.gnulib.url "${<gnulib>}"'';
|
preAutoconf = ''git config submodule.nix.url "${<nix>}"'';
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--with-libgcrypt-prefix=${pkgs.libgcrypt}"
|
[ "--with-libgcrypt-prefix=${pkgs.libgcrypt}"
|
||||||
"--localstatedir=/nix/var/nix"
|
"--localstatedir=/nix/var/nix"
|
||||||
|
|
Loading…
Reference in a new issue