Merge pull request #36307 from Mic92/keepassxc

keepassxc: enable ssh agent sockets
This commit is contained in:
Jörg Thalheim 2018-03-05 13:54:59 +00:00 committed by GitHub
commit 9b7d93edc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,9 @@
, qtx11extras , qtx11extras
, withKeePassBrowser ? true , withKeePassBrowser ? true
, withKeePassSSHAgent ? true
, withKeePassHTTP ? false , withKeePassHTTP ? false
, withKeePassNetworking ? false , withKeePassNetworking ? false
, withKeePassSSHAgent ? false
}: }:
with stdenv.lib; with stdenv.lib;
@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
sha256 = "1zch1qbqgphhp2p2kvjlah8s337162m69yf4y00kcnfb3539ii5f"; sha256 = "1zch1qbqgphhp2p2kvjlah8s337162m69yf4y00kcnfb3539ii5f";
}; };
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-Wno-old-style-cast";
patches = [ ./darwin.patch ]; patches = [ ./darwin.patch ];
cmakeFlags = [ cmakeFlags = [