From 5ee9ffa195ed2744b85823054b1fe8444f67b0ac Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 22 Apr 2025 16:00:33 +0200 Subject: [PATCH] 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 --- 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 274931bada0..a52d7919d0f 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"))