diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-04-22 16:00:33 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-24 04:53:41 +0100 |
commit | 5ee9ffa195ed2744b85823054b1fe8444f67b0ac (patch) | |
tree | 663fb5ce226d82acbce5c6210902b595d7b63212 | |
parent | 1e02ed403cc7f2d819ea6e1b8e831c779f94f611 (diff) |
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>
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 6 |
1 files changed, 1 insertions, 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")) |