diff options
-rw-r--r-- | release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 02a61f65d5..b65cf7533a 100644 --- a/release.nix +++ b/release.nix @@ -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}" ]; }; |