From 3bb992a3570d1460f487e0eb981a3665d9f7455a Mon Sep 17 00:00:00 2001 From: Kjartan Oli Agustsson Date: Wed, 18 Jun 2025 03:12:04 +0000 Subject: [PATCH] gnu: stpipeline: Use pyproject-build-system. * gnu/packages/bioinformatics.scm (stpipeline): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ibfeea2feb08878d14becf15be5408689ba4c7c3f Signed-off-by: Sharlatan Hellseher --- gnu/packages/bioinformatics.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 8392a7726dfcd9d3e7d7d36cb0007f4fec625d8e..212501794e362d4d59fa3a636705114822d28dc4 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -11966,7 +11966,7 @@ for Spatial Transcriptomics data.") (sha256 (base32 "0har2g42fvaqpiz66lincy86aj1hvwzds26kxhxfamvyvv4721wk")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments (list #:phases @@ -11992,6 +11992,9 @@ for Spatial Transcriptomics data.") python-taggd samtools star)) + (native-inputs + (list python-setuptools + python-wheel)) (home-page "https://github.com/SpatialTranscriptomicsResearch/st_pipeline") (synopsis "Pipeline for spatial mapping of unique transcripts") (description