mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-25 08:51:21 -05:00
More dependencies
This commit is contained in:
parent
db65ab4c23
commit
527f403be0
21
shell.nix
21
shell.nix
@ -1,12 +1,21 @@
|
||||
with (import <nixpkgs> {});
|
||||
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
cmake
|
||||
readline
|
||||
openssl
|
||||
# botan
|
||||
qrencode
|
||||
curl
|
||||
botan2
|
||||
# libXi
|
||||
# libXtst
|
||||
# libargon2
|
||||
minizip
|
||||
pcsclite
|
||||
libusb
|
||||
qrencode
|
||||
# qtbase
|
||||
# qtsvg
|
||||
# qtx11extras
|
||||
readline
|
||||
zlib
|
||||
];
|
||||
# ++ optional stdenv.isLinux libusb1
|
||||
# ++ optional stdenv.isDarwin qtmacextras;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user