diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 13:11:20 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 13:11:20 +0100 |
commit | b7a820fc97485a7bdf7703d3b627871d6a6be6c6 (patch) | |
tree | 6cec4500cd694f10bbdff2d38818302afa429c3f | |
parent | 1c10a1d75c78afc85f5709743b1ac5f83e1897f4 (diff) | |
download | patches-b7a820fc97485a7bdf7703d3b627871d6a6be6c6.tar patches-b7a820fc97485a7bdf7703d3b627871d6a6be6c6.tar.gz |
gnu: idr: Correct inputs.
* gnu/packages/bioinformatics.scm (idr)[inputs]: Move everything from here ...
[propagated-inputs]: ... to here. Add python-sympy.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fc75fd1abd..a2191d060b 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2900,8 +2900,9 @@ data. It also provides the bgzip, htsfile, and tabix utilities.") (wrap-program (string-append out "/bin/idr") `("PYTHONPATH" ":" prefix (,path)))) #t))))) - (inputs + (propagated-inputs `(("python-scipy" ,python-scipy) + ("python-sympy" ,python-sympy) ("python-numpy" ,python-numpy) ("python-matplotlib" ,python-matplotlib))) (native-inputs |