summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-13 17:13:21 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:35 +0000
commit0cb15c6f63c857a0fec236f1dc4735633283268f (patch)
treef817c6676b9b0b952bc111342c11f99eda96f8b3 /gnu
parentb3bad9431d38a46fe2903a3a0954e8cdd9d753f2 (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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a1f791ddfb7..1c5a8fad5e6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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