We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6205f commit 706b0daCopy full SHA for 706b0da
contrib/default.nix
@@ -4,7 +4,7 @@ with pkgs.stdenv;
4
with pkgs.stdenv.lib;
5
6
pkgs.mkShell {
7
- nativeBuildInputs = with pkgs.buildPackages; [ autoreconfHook libtool pkg-config qt5.wrapQtAppsHook ];
+ nativeBuildInputs = with pkgs.buildPackages; [ autoreconfHook cmake libtool pkg-config qt5.wrapQtAppsHook ];
8
buildInputs = with pkgs; [ boost openssl libevent curl qt5.qttools libzip qrencode ];
9
10
shellHook = ''
0 commit comments