summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-03-05 13:54:59 +0000
committerGitHub <noreply@github.com>2018-03-05 13:54:59 +0000
commit9b7d93edc95d8bde41c51e5e4c07371aa6b3c20e (patch)
treea637c1bc54eb37652d4befaff432883d86bc03fd
parentcc4677c36ee8d880e881459ad114fd2224b3ac1c (diff)
parent5bb9c369986f74876b492abe1780ff694ab56529 (diff)
downloadnixlib-9b7d93edc95d8bde41c51e5e4c07371aa6b3c20e.tar
nixlib-9b7d93edc95d8bde41c51e5e4c07371aa6b3c20e.tar.gz
nixlib-9b7d93edc95d8bde41c51e5e4c07371aa6b3c20e.tar.bz2
nixlib-9b7d93edc95d8bde41c51e5e4c07371aa6b3c20e.tar.lz
nixlib-9b7d93edc95d8bde41c51e5e4c07371aa6b3c20e.tar.xz
nixlib-9b7d93edc95d8bde41c51e5e4c07371aa6b3c20e.tar.zst
nixlib-9b7d93edc95d8bde41c51e5e4c07371aa6b3c20e.zip
Merge pull request #36307 from Mic92/keepassxc
keepassxc: enable ssh agent sockets
-rw-r--r--pkgs/applications/misc/keepassx/community.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix
index 6f2f31473eb4..4daa1938aba4 100644
--- a/pkgs/applications/misc/keepassx/community.nix
+++ b/pkgs/applications/misc/keepassx/community.nix
@@ -16,9 +16,9 @@
 , qtx11extras
 
 , withKeePassBrowser ? true
+, withKeePassSSHAgent ? true
 , withKeePassHTTP ? false
 , withKeePassNetworking ? false
-, withKeePassSSHAgent ? false
 }:
 
 with stdenv.lib;
@@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
     sha256 = "1zch1qbqgphhp2p2kvjlah8s337162m69yf4y00kcnfb3539ii5f";
   };
 
+  NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-Wno-old-style-cast";
+
   patches = [ ./darwin.patch ];
 
   cmakeFlags = [