diff --git a/release.nix b/release.nix index 02a61f65d543a161f9ac782f2b7743868b73eac2..b65cf7533afc776ea87362c052b1b59ff5b31779 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}" ]; };