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> {});
|
with (import <nixpkgs> {});
|
||||||
|
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
curl
|
curl
|
||||||
botan2
|
botan2
|
||||||
# libXi
|
|
||||||
# libXtst
|
# libXtst
|
||||||
|
# libXi
|
||||||
# libargon2
|
# libargon2
|
||||||
minizip
|
minizip
|
||||||
pcsclite
|
pcsclite
|
||||||
@ -15,7 +25,7 @@ mkShell {
|
|||||||
# qtx11extras
|
# qtx11extras
|
||||||
readline
|
readline
|
||||||
zlib
|
zlib
|
||||||
];
|
]
|
||||||
# ++ optional stdenv.isLinux libusb1
|
++ lib.optional stdenv.isLinux libusb1;
|
||||||
# ++ optional stdenv.isDarwin qtmacextras;
|
# ++ lib.optional stdenv.isDarwin qtmacextras;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user