keepassxc: enable ssh agent sockets

This commit is contained in:
Jörg Thalheim 2018-03-04 13:18:17 +00:00
parent d44dd05af9
commit 674c8cacbc

View File

@ -16,9 +16,9 @@
, qtx11extras
, withKeePassBrowser ? true
, withKeePassSSHAgent ? true
, withKeePassHTTP ? false
, withKeePassNetworking ? false
, withKeePassSSHAgent ? false
}:
with stdenv.lib;