diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-24 22:21:43 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 00:56:38 +0100 |
commit | fc4a98b9be777c82ca1c6f2c3f7e1b9898113dc3 (patch) | |
tree | 93315452639d7d7732d73d216fdf50d74c2ab67d | |
parent | a2ac0004d200bceb4cc3e0992815fd780e3fce1a (diff) |
gnu: ringdecomposerlib: Fix tests.
* gnu/packages/chemistry.scm (ringdecomposerlib)[native-inputs]: Remove
python-cython; add python-cython-0.
Change-Id: Ia63a5bcbc9c1e446cc96948e52645ddfe9e31bb6
-rw-r--r-- | gnu/packages/chemistry.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm index bc96da1e0b..06fa6676e2 100644 --- a/gnu/packages/chemistry.scm +++ b/gnu/packages/chemistry.scm @@ -1479,7 +1479,7 @@ and rendering molecules.") (lambda* (#:key inputs outputs #:allow-other-keys) (add-installed-pythonpath inputs outputs)))))) (inputs (list python)) - (native-inputs (list doxygen python python-cython python-sphinx)) + (native-inputs (list doxygen python python-cython-0 python-sphinx)) (home-page "https://github.com/rareylab/RingDecomposerLib") (synopsis "Calculate ring topology descriptions") (description "RingDecomposerLib is a library for the calculation of |