mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(glib)
2.79.0 needs python's packaging module
This commit is contained in:
parent
86f8cd9ceb
commit
e5bd65cb84
|
@ -18,6 +18,10 @@ dependencies:
|
|||
pcre.org: 8
|
||||
pcre.org/v2: 10
|
||||
|
||||
runtime:
|
||||
env:
|
||||
PYTHONPATH: '{{prefix}}/lib/python{{deps.python.org.version.major}}/site-packages:$PYTHONPATH'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
mesonbuild.com: ^1.2
|
||||
|
@ -61,6 +65,10 @@ build:
|
|||
ln -s ../lib/glib-{{version.major}}.0/include/* .
|
||||
working-directory: '{{prefix}}/include'
|
||||
|
||||
- cp -a ../venv/lib/python{{deps.python.org.version.marketing}} "{{prefix}}"/lib
|
||||
- run: ln -s python{{deps.python.org.version.marketing}} python{{deps.python.org.version.major}}
|
||||
working-directory: '{{prefix}}/lib'
|
||||
|
||||
#REF https://github.com/Homebrew/homebrew-core/blob/d0e65698ccd502335bea68ce879ae02e1735db0d/Formula/glib.rb#L66-L67
|
||||
#FIXME hardcoded paths ^^
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue