guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7c9b7b36d27a1b0d46c26e9a3be7b52d667dc5f4
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Feb 12 11:37:23 2026 +0100

    gnu: ringdecomposerlib: Fix build on python-3.12.
    
    * gnu/packages/chemistry.scm (ringdecomposerlib)[native-inputs]: Add
    python-setuptools.
    
    Change-Id: I3e8ba8b751c20b36d13c2f0353aeb8c372f8c615
    Reviewed-by: Hugo Buddelmeijer <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/chemistry.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index 280ff2ace1..b487f9e1a4 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -1514,7 +1514,12 @@ and rendering molecules.")
             (add-before 'check 'add-install-to-pythonpath
             (assoc-ref py:%standard-phases 'add-install-to-pythonpath)))))
     (inputs (list python))
-    (native-inputs (list doxygen python python-cython-0 python-sphinx))
+    (native-inputs
+     (list doxygen
+           python
+           python-cython-0
+           python-sphinx
+           python-setuptools))
     (home-page "https://github.com/rareylab/RingDecomposerLib";)
     (synopsis "Calculate ring topology descriptions")
     (description "RingDecomposerLib is a library for the calculation of

Reply via email to