Where the hell are all the libs??

This commit is contained in:
louib 2022-07-31 17:29:25 -04:00
parent 527f403be0
commit e3d901348b

View File

@ -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;
}