mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Where the hell are all the libs??
This commit is contained in:
parent
527f403be0
commit
e3d901348b
18
shell.nix
18
shell.nix
@ -1,11 +1,21 @@
|
||||
{
|
||||
withKeePassBrowser ? true,
|
||||
withKeePassKeeShare ? true,
|
||||
withKeePassSSHAgent ? true,
|
||||
withKeePassNetworking ? true,
|
||||
withKeePassTouchID ? true,
|
||||
withKeePassYubiKey ? true,
|
||||
withKeePassFDOSecrets ? true,
|
||||
}:
|
||||
|
||||
with (import <nixpkgs> {});
|
||||
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
curl
|
||||
botan2
|
||||
# libXi
|
||||
# libXtst
|
||||
# libXi
|
||||
# libargon2
|
||||
minizip
|
||||
pcsclite
|
||||
@ -15,7 +25,7 @@ mkShell {
|
||||
# qtx11extras
|
||||
readline
|
||||
zlib
|
||||
];
|
||||
# ++ optional stdenv.isLinux libusb1
|
||||
# ++ optional stdenv.isDarwin qtmacextras;
|
||||
]
|
||||
++ lib.optional stdenv.isLinux libusb1;
|
||||
# ++ lib.optional stdenv.isDarwin qtmacextras;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user