diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-13 17:13:21 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-10-17 12:04:47 +0200 |
commit | df8ae4a459a24574fc6509b652ccd31c71489e67 (patch) | |
tree | 6ef212845396b80bbdca46e64e7de025a651c8cf | |
parent | 50552703221b0968404f40bcc60ba6500bdf0b56 (diff) |
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>
-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 cab61ef45a..35460b7371 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 |