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> {}); 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;
} }