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:
Nicolas Graves 2025-04-22 16:00:33 +02:00 committed by Sharlatan Hellseher
parent 1e02ed403c
commit 5ee9ffa195
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -441,7 +441,7 @@ cursor set. This project aims at improving the cursor experience.")
pango
python-freetype-py
python-jinja2
python-lark-parser
python-lark
python-numpy
python-pycairo
python-pyglm
@ -459,10 +459,6 @@ cursor set. This project aims at improving the cursor experience.")
(ice-9 match))
#:phases
#~(modify-phases %standard-phases
(add-before 'build 'adjust-lark-requirement
(lambda _
(substitute* "setup.py"
(("lark") "lark-parser"))))
(add-after 'install 'install-more
(lambda _
(let* ((datadir (string-append #$output "/share"))