mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnome-plots: Switch to python-lark.
* gnu/packages/gnome-xyz.scm (gnome-plots)[inputs]: Replace python-lark-parser by python-lark. [arguments]{phases}: Remove phase 'adjust-lark-requirement. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
1e02ed403c
commit
5ee9ffa195
1 changed files with 1 additions and 5 deletions
|
@ -441,7 +441,7 @@ cursor set. This project aims at improving the cursor experience.")
|
||||||
pango
|
pango
|
||||||
python-freetype-py
|
python-freetype-py
|
||||||
python-jinja2
|
python-jinja2
|
||||||
python-lark-parser
|
python-lark
|
||||||
python-numpy
|
python-numpy
|
||||||
python-pycairo
|
python-pycairo
|
||||||
python-pyglm
|
python-pyglm
|
||||||
|
@ -459,10 +459,6 @@ cursor set. This project aims at improving the cursor experience.")
|
||||||
(ice-9 match))
|
(ice-9 match))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'build 'adjust-lark-requirement
|
|
||||||
(lambda _
|
|
||||||
(substitute* "setup.py"
|
|
||||||
(("lark") "lark-parser"))))
|
|
||||||
(add-after 'install 'install-more
|
(add-after 'install 'install-more
|
||||||
(lambda _
|
(lambda _
|
||||||
(let* ((datadir (string-append #$output "/share"))
|
(let* ((datadir (string-append #$output "/share"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue