diff options
-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 |