Skip to content

Commit 706b0da

Browse files
committed
contrib: add cmake to nix shell
1 parent 1c6205f commit 706b0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ with pkgs.stdenv;
44
with pkgs.stdenv.lib;
55

66
pkgs.mkShell {
7-
nativeBuildInputs = with pkgs.buildPackages; [ autoreconfHook libtool pkg-config qt5.wrapQtAppsHook ];
7+
nativeBuildInputs = with pkgs.buildPackages; [ autoreconfHook cmake libtool pkg-config qt5.wrapQtAppsHook ];
88
buildInputs = with pkgs; [ boost openssl libevent curl qt5.qttools libzip qrencode ];
99

1010
shellHook = ''

0 commit comments

Comments
 (0)