summary refs log tree commit diff
path: root/pkgs/development/libraries/gnutls
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-02-03 15:33:26 +0000
committerJan Malakhovski <oxij@oxij.org>2019-02-03 15:33:26 +0000
commit0df915c75c7585499898ed1598c5c0d9eee24187 (patch)
tree23656154ffa61540f481009f9e327959e52484f1 /pkgs/development/libraries/gnutls
parent73b2c285fec9878d6e07b7ec4ad1aae742203912 (diff)
downloadnixpkgs-0df915c75c7585499898ed1598c5c0d9eee24187.tar
nixpkgs-0df915c75c7585499898ed1598c5c0d9eee24187.tar.gz
nixpkgs-0df915c75c7585499898ed1598c5c0d9eee24187.tar.bz2
nixpkgs-0df915c75c7585499898ed1598c5c0d9eee24187.tar.lz
nixpkgs-0df915c75c7585499898ed1598c5c0d9eee24187.tar.xz
nixpkgs-0df915c75c7585499898ed1598c5c0d9eee24187.tar.zst
nixpkgs-0df915c75c7585499898ed1598c5c0d9eee24187.zip
gnutls, gnutls-kdh: move defaults to package file
Diffstat (limited to 'pkgs/development/libraries/gnutls')
-rw-r--r--pkgs/development/libraries/gnutls/generic.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gnutls/generic.nix b/pkgs/development/libraries/gnutls/generic.nix
index 7dc45edd636..086c0560cc4 100644
--- a/pkgs/development/libraries/gnutls/generic.nix
+++ b/pkgs/development/libraries/gnutls/generic.nix
@@ -1,5 +1,6 @@
-{ lib, stdenv, zlib, lzo, libtasn1, nettle, pkgconfig, lzip
-, guileBindings, guile, perl, gmp, autogen, libidn, p11-kit, libiconv
+{ config, lib, stdenv, zlib, lzo, libtasn1, nettle, pkgconfig, lzip
+, perl, gmp, autogen, libidn, p11-kit, libiconv
+, guileBindings ? config.gnutls.guile or false, guile
 , tpmSupport ? false, trousers, which, nettools, libunistring
 , unbound, dns-root-data, gettext