summary refs log tree commit diff
path: root/pkgs/development/libraries/gnutls
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-06-26 08:56:24 +0200
committerGitHub <noreply@github.com>2022-06-26 08:56:24 +0200
commit672046dceb4737bc0a0b303f2cda4c041480b2b6 (patch)
tree8f90c7e43c988430fd18a1e2e45d2c8ffb5c49ac /pkgs/development/libraries/gnutls
parent55b22a1f00d6e50f53d150d7e5ebcf110bc6d13f (diff)
downloadnixpkgs-672046dceb4737bc0a0b303f2cda4c041480b2b6.tar
nixpkgs-672046dceb4737bc0a0b303f2cda4c041480b2b6.tar.gz
nixpkgs-672046dceb4737bc0a0b303f2cda4c041480b2b6.tar.bz2
nixpkgs-672046dceb4737bc0a0b303f2cda4c041480b2b6.tar.lz
nixpkgs-672046dceb4737bc0a0b303f2cda4c041480b2b6.tar.xz
nixpkgs-672046dceb4737bc0a0b303f2cda4c041480b2b6.tar.zst
nixpkgs-672046dceb4737bc0a0b303f2cda4c041480b2b6.zip
gnutls: enable Security framework on darwin (PR #179078)
Otherwise the builds started to fail since the last bump:
https://hydra.nixos.org/build/181462581
https://hydra.nixos.org/build/181520558
Diffstat (limited to 'pkgs/development/libraries/gnutls')
-rw-r--r--pkgs/development/libraries/gnutls/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gnutls/default.nix b/pkgs/development/libraries/gnutls/default.nix
index 4b615412755..e45fa022b7d 100644
--- a/pkgs/development/libraries/gnutls/default.nix
+++ b/pkgs/development/libraries/gnutls/default.nix
@@ -5,7 +5,7 @@
 , guileBindings ? config.gnutls.guile or false, guile
 , tpmSupport ? false, trousers, which, nettools, libunistring
 , withP11-kit ? !stdenv.hostPlatform.isStatic, p11-kit
-, withSecurity ? false, Security  # darwin Security.framework
+, withSecurity ? true, Security  # darwin Security.framework
 # certificate compression - only zlib now, more possible: zstd, brotli
 }: