~ruther/guix-local

0cb15c6f63c857a0fec236f1dc4735633283268f — Nicolas Graves 7 months ago b3bad94
gnu: python-bed-reader: Extend with (pyproject-guile-json).

* gnu/packages/bioinformatics.scm (python-bed-reader)[arguments]
<#:phases>: Extend with (pyproject-guile-json).

Change-Id: Ie67b640629f33654e6953bf95f81fe4ad2190c9a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -1
@@ 2373,6 2373,7 @@ Format (GFF) with Biopython integration.")
        (ice-9 match)
        (ice-9 rdelim))
      #:phases
      (with-extensions (list (pyproject-guile-json))
      #~(modify-phases %standard-phases
          (add-after 'configure 'set-data-path
            (lambda _


@@ 2467,7 2468,7 @@ version = ~s
                  (delete-file-recursively
                   (string-append site "/bed_reader/tests"))
                  (delete-file-recursively
                   (string-append #$output "/.pytest_cache")))))))))
                   (string-append #$output "/.pytest_cache"))))))))))
    (native-inputs (list python-pytest
                         python-pytest-cov
                         python-pytest-datadir