~ruther/guix-local

8587b54268f47a63f4a52f3b520fa9beabec51d8 — Ludovic Courtès 13 years ago 91133c2
release.nix: Add dependency on GNU Texinfo.

* release.nix (tarball)[buildNativeInputs]: Add `texinfo'.
1 files changed, 1 insertions(+), 1 deletions(-)

M release.nix
M release.nix => release.nix +1 -1
@@ 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}" ];
      };