From 7dfc98b1510e44347b1b046881c2d7485fc60391 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Wed, 19 Jun 2024 15:05:59 +0800 Subject: gnu: python-clarabel: Fix build. * gnu/packages/python-science.scm (python-clarabel)[arguments]: Don't refer to nonexistent 'prepare-python-module' phase. Change-Id: I002e6a5a5bf9a540c5d6e169a9ba59dc96f6b361 --- gnu/packages/python-science.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 7dd426608d..99f00afb2b 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2896,7 +2896,7 @@ (define-public python-clarabel (guix build utils)) #:phases #~(modify-phases %standard-phases - (add-after 'prepare-python-module 'build-python-module + (add-after 'build 'build-python-module (assoc-ref py:%standard-phases 'build)) (add-after 'build-python-module 'install-python-module (assoc-ref py:%standard-phases 'install))) -- cgit v1.2.3