summaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-08-17 10:45:49 +0200
committerLudovic Courtès <ludo@gnu.org>2012-08-17 10:45:49 +0200
commitad102c468362436158c5871099de507206bfcb2a (patch)
treea3137f12dc111a8b36219322622ed971be2a1d7d /release.nix
parent3a310cc017c4bffbee8a6f37569145a593ac2912 (diff)
downloadgnu-guix-ad102c468362436158c5871099de507206bfcb2a.tar
gnu-guix-ad102c468362436158c5871099de507206bfcb2a.tar.gz
release.nix: Add dependency on GNU libgcrypt.
* release.nix (build)[configureFlags]: Add `--with-libgcrypt-prefix'.
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 28fde3b956..02a61f65d5 100644
--- a/release.nix
+++ b/release.nix
@@ -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.