1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

release.nix: Add dependency on GNU libgcrypt.

* release.nix (build)[configureFlags]: Add `--with-libgcrypt-prefix'.
This commit is contained in:
Ludovic Courtès
2012-08-17 10:45:49 +02:00
parent 3a310cc017
commit ad102c4683

View File

@@ -44,7 +44,9 @@ let
buildNativeInputs = [ pkgs.pkgconfig ];
src = jobs.tarball;
configureFlags =
[ "--with-nixpkgs=${nixpkgs}" "--with-nix-prefix=${pkgs.nix}" ];
[ "--with-nixpkgs=${nixpkgs}" "--with-nix-prefix=${pkgs.nix}"
"--with-libgcrypt-prefix=${pkgs.libgcrypt}"
];
# XXX: Since we need to talk to a running daemon, for the benefit of
# `nixpkgs-derivation*' & co., we need to escape the chroot.