mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-pdbfixer: Add missing inputs.
* gnu/packages/bioinformatics.scm (python-pdbfixer)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: If51cf62c3f88bf73290f7d29af0a6e8277ecddea
This commit is contained in:
parent
38b4358f4d
commit
a036a455da
1 changed files with 1 additions and 1 deletions
|
|
@ -3272,7 +3272,7 @@ defined rule on an input file.")
|
|||
" and not test_cli.py"
|
||||
" and not test_mutate.py"))))
|
||||
(propagated-inputs (list openmm python-numpy))
|
||||
(native-inputs (list python-pytest))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/openmm/pdbfixer")
|
||||
(synopsis "Application for fixing problems in Protein Data Bank")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue