Skip to content

Commit b77e544

Browse files
committed
add python to nix config
1 parent 499e9e7 commit b77e544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildEnv {
2020
(glibcLocales.override { locales = [ locale ]; })
2121
] ++ lib.optional stdenv.isDarwin [ Security libiconv ];
2222

23-
nativeBuildInputs = [ pkg-config cmake rustup ];
23+
nativeBuildInputs = [ pkg-config cmake rustup python3 ];
2424
buildInputs = [
2525
clang
2626
libclang

0 commit comments

Comments
 (0)