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 = ; 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}" ]; };