diff options
-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 a1e58814ba..468b32f310 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2299,6 +2299,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 _ @@ -2393,7 +2394,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 |