From 0cb15c6f63c857a0fec236f1dc4735633283268f Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 13 Sep 2025 17:13:21 +0200 Subject: [PATCH] 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 --- gnu/packages/bioinformatics.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a1f791ddfb7b5b9b1e8dbb3c8ed36d25dd10e37c..1c5a8fad5e6a21979855510834ca0e793db265d2 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