diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-24 22:21:43 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:37:02 +0100 |
| commit | 08e6a0fabace61d478001009f7891e73e093e4b2 (patch) | |
| tree | 064b4b3e9c6d141a85d9f569da893b06493b048d /gnu | |
| parent | 90fd44072dbf02310ddfdddd4b3a521aadc98178 (diff) | |
gnu: ringdecomposerlib: Fix tests.
* gnu/packages/chemistry.scm (ringdecomposerlib)[native-inputs]: Remove
python-cython; add python-cython-0.
Change-Id: Ia63a5bcbc9c1e446cc96948e52645ddfe9e31bb6
Diffstat (limited to 'gnu')
| -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 bc96da1e0b5..06fa6676e23 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 |
