summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-06-23 16:52:17 +0100
committerGitHub <noreply@github.com>2016-06-23 16:52:17 +0100
commit71e7882eadc398ed7d6cd85bdc221ea3ef3d317b (patch)
tree9c95ea19b27fba3a8ed19553907776adad19bc20 /pkgs/desktops
parentd1a4873ae48497322030d923662ba8ed0d746b91 (diff)
parentea4738ff4f2fee509fc142c0e8fa03b061e51235 (diff)
downloadnixlib-71e7882eadc398ed7d6cd85bdc221ea3ef3d317b.tar
nixlib-71e7882eadc398ed7d6cd85bdc221ea3ef3d317b.tar.gz
nixlib-71e7882eadc398ed7d6cd85bdc221ea3ef3d317b.tar.bz2
nixlib-71e7882eadc398ed7d6cd85bdc221ea3ef3d317b.tar.lz
nixlib-71e7882eadc398ed7d6cd85bdc221ea3ef3d317b.tar.xz
nixlib-71e7882eadc398ed7d6cd85bdc221ea3ef3d317b.tar.zst
nixlib-71e7882eadc398ed7d6cd85bdc221ea3ef3d317b.zip
Merge pull request #16383 from philandstuff/remove-unused-config-option
gnome-keyring: remove unused configure flag
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/3.18/core/gnome-keyring/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/3.18/core/gnome-keyring/default.nix b/pkgs/desktops/gnome-3/3.18/core/gnome-keyring/default.nix
index 8e755383dd62..e3dc558a49a8 100644
--- a/pkgs/desktops/gnome-3/3.18/core/gnome-keyring/default.nix
+++ b/pkgs/desktops/gnome-3/3.18/core/gnome-keyring/default.nix
@@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ pkgconfig intltool docbook_xsl_ns docbook_xsl ];
 
   configureFlags = [
-    "--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt" # NixOS hardcoded path
     "--with-pkcs11-config=$$out/etc/pkcs11/" # installation directories
     "--with-pkcs11-modules=$$out/lib/pkcs11/"
   ];