sharlatan pushed a commit to branch master
in repository guix.
commit 5ee9ffa195ed2744b85823054b1fe8444f67b0ac
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Apr 22 16:00:33 2025 +0200
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 <[email protected]>
---
gnu/packages/gnome-xyz.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 274931bada..a52d7919d0 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -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"))