~ruther/guix-local

6709752fe7743109175c8bcd5bd77d80ffbf7d61 — Ludovic Courtès 13 years ago 9b48fb8
release.nix: Pass `--with-libgcrypt-prefix' in the `tarball' job.

* release.nix (jobs.tarball)[configureFlags]: Pass
  `--with-libgcrypt-prefix'.
1 files changed, 3 insertions(+), 1 deletions(-)

M release.nix
M release.nix => release.nix +3 -1
@@ 51,7 51,9 @@ let
        buildInputs = with pkgs; [ guile ];
        buildNativeInputs = with pkgs; [ texinfo gettext cvs pkgconfig ];
        configureFlags =
          [ "--with-nix-prefix=${pkgs.nix}" ];
          [ "--with-nix-prefix=${pkgs.nix}"
            "--with-libgcrypt-prefix=${pkgs.libgcrypt}"
          ];
      };

    build =