From ea4738ff4f2fee509fc142c0e8fa03b061e51235 Mon Sep 17 00:00:00 2001 From: Philip Potter Date: Tue, 21 Jun 2016 07:56:09 +0100 Subject: [PATCH] gnome-keyring: remove unused configure flag The --with-ca-certificates flag seems to have been removed in [this commit][1] from March 2013. The configure script now just warns about an unknown option. [1]: https://git.gnome.org/browse/gnome-keyring/commit/?id=7afaae43f205c059163c3670169af302f1ba6de3 --- pkgs/desktops/gnome-3/3.18/core/gnome-keyring/default.nix | 1 - 1 file changed, 1 deletion(-) 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/" ];