From 527f403be058a94bfae5e46f56e53b763c03329c Mon Sep 17 00:00:00 2001 From: louib Date: Sat, 30 Jul 2022 22:49:24 -0400 Subject: [PATCH] More dependencies --- shell.nix | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/shell.nix b/shell.nix index 7b27d6b9f..d5e0a99e3 100644 --- a/shell.nix +++ b/shell.nix @@ -1,12 +1,21 @@ with (import {}); + 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; }