summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-06 23:55:06 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:24:01 +0100
commitdaef26271f00b81d83a051ec59946b820ef184c0 (patch)
treeeaba449b48c7a434ebf7ab25498462bfb77bcdf4 /gnu/packages
parent96e0ca2d573f306e36f6eaf071a16e2dbbbd6874 (diff)
gnu: python-pypairix: Fix package.
The package was missing binaries, which were not produced because CFLAGS were effectively ignored. * gnu/packages/bioinformatics.scm (python-pypairix)[arguments] <#:phases>: Add phase 'respect-CFLAGS. Change-Id: Id982af5f5a0c43c6fc20e109a5419913e47882e9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioinformatics.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d0e2d9b68d0..5860421dfda 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -20250,6 +20250,11 @@ allowing the insertion of arbitrary types into the tree.")
(list
#:phases
#~(modify-phases %standard-phases
+ (add-after 'unpack 'respect-CFLAGS
+ (lambda _
+ (substitute* "src/Makefile"
+ (("CFLAGS=")
+ "CFLAGS?="))))
(add-before 'build 'relax-gcc-14-strictness
(lambda _
(setenv "CFLAGS"