mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
this is in brewkit now
This commit is contained in:
parent
9edae69644
commit
24e9d7c31a
1 changed files with 1 additions and 6 deletions
|
@ -3,7 +3,7 @@ distributable:
|
|||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: nodejs/node/tags
|
||||
github: nodejs/node/releases/tags
|
||||
|
||||
companions:
|
||||
npmjs.com: '*'
|
||||
|
@ -27,11 +27,6 @@ build:
|
|||
python.org: '>=3.7 <3.11'
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
script: |
|
||||
if test "{{ hw.platform }}" = "darwin"; then
|
||||
# nodejs wants `dtrace` in the path.
|
||||
export PATH="$PATH:/usr/sbin"
|
||||
fi
|
||||
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue