mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
release.nix: Add dependency on GNU Texinfo.
* release.nix (tarball)[buildNativeInputs]: Add `texinfo'.
This commit is contained in:
parent
91133c2d71
commit
8587b54268
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ let
|
|||
name = "guix-tarball";
|
||||
src = <guix>;
|
||||
buildInputs = with pkgs; [ guile ];
|
||||
buildNativeInputs = with pkgs; [ gettext cvs pkgconfig ];
|
||||
buildNativeInputs = with pkgs; [ texinfo gettext cvs pkgconfig ];
|
||||
configureFlags =
|
||||
[ "--with-nixpkgs=${nixpkgs}" "--with-nix-prefix=${pkgs.nix}" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue