From 0c2bb63e49c825fa9e34a85ff3d46793cc43da71 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Wed, 19 Jun 2024 15:07:23 +0800 Subject: gnu: python-orjson: Fix build. * gnu/packages/python-xyz.scm (python-orjson)[arguments]: Don't refer to nonexistent 'prepare-python-module' phase. Change-Id: I7310eb283e5521ad80e5c07aafeaef3007317e83 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1f354ad9c5..ad765719a8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3811,7 +3811,7 @@ help formatter.") (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