From 69988a0d638d8d86aed066ccdc283b672424032a Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 2 Jan 2026 21:27:55 +0000 Subject: [PATCH] gnu: idr: Fix build. * gnu/packages/bioinformatics.scm (idr): [propagated-inputs]: Use python-numpy-1. [native-inputs]: Use python-cython-0. Change-Id: Ic1fabb53311a74db3872f50c2f67f8e1310be204 Signed-off-by: Rutherther --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 34d9923f6095de2315f0967baf9d93d83c3e7cc9..bda79e1a086555affccd7b352938452d8f67da0e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9728,9 +9728,9 @@ data. It also provides the @command{bgzip}, @command{htsfile}, and ;; causes the tests to always fail. (arguments `(#:tests? #f)) (propagated-inputs - (list python-scipy python-sympy python-numpy python-matplotlib)) + (list python-scipy python-sympy python-numpy-1 python-matplotlib)) (native-inputs - (list python-cython + (list python-cython-0 python-setuptools)) (home-page "https://github.com/nboley/idr") (synopsis "Tool to measure the irreproducible discovery rate (IDR)")