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> {});
|
with (import <nixpkgs> {});
|
||||||
|
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake
|
curl
|
||||||
readline
|
botan2
|
||||||
openssl
|
# libXi
|
||||||
# botan
|
# libXtst
|
||||||
qrencode
|
# libargon2
|
||||||
|
minizip
|
||||||
pcsclite
|
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