Skip to content

Commit

Permalink
add python to nix config
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Aug 24, 2023
1 parent 499e9e7 commit b77e544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildEnv {
(glibcLocales.override { locales = [ locale ]; })
] ++ lib.optional stdenv.isDarwin [ Security libiconv ];

nativeBuildInputs = [ pkg-config cmake rustup ];
nativeBuildInputs = [ pkg-config cmake rustup python3 ];
buildInputs = [
clang
libclang
Expand Down

0 comments on commit b77e544

Please sign in to comment.