Skip to content

Commit

Permalink
Change python gyp dependency to python2.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 21, 2020
1 parent 7256398 commit dbbc2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/metacall.scm
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ a focus on simplicity and productivity.")
(native-inputs
`(
("python" ,python) ; For building Python Port
("python-gyp" ,python-gyp) ; For building NodeJS Port
("python2-gyp" ,python2-gyp) ; For building NodeJS Port
("dynruby" ,dynruby) ; For building Ruby Port
("node" ,node) ; For building NodeJS Port
("node-addon-api" ,node-addon-api) ; For building NodeJS Port
Expand Down

0 comments on commit dbbc2ac

Please sign in to comment.