We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499e9e7 commit b77e544Copy full SHA for b77e544
default.nix
@@ -20,7 +20,7 @@ buildEnv {
20
(glibcLocales.override { locales = [ locale ]; })
21
] ++ lib.optional stdenv.isDarwin [ Security libiconv ];
22
23
- nativeBuildInputs = [ pkg-config cmake rustup ];
+ nativeBuildInputs = [ pkg-config cmake rustup python3 ];
24
buildInputs = [
25
clang
26
libclang
0 commit comments