From d297f87e242b7ea41b731a0a67e7d3d43d40fed0 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sat, 7 Feb 2026 22:50:04 +0100 Subject: [PATCH] build-system: python: Remove strip-python2-variant. * guix/build-system/python.scm (strip-python2-variant): Remove variable. Fixes: guix/guix#5398 Change-Id: Ice537cbbecdc04cafcd5f1260a27a5f3a631df58 Signed-off-by: Sharlatan Hellseher --- guix/build-system/python.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/guix/build-system/python.scm b/guix/build-system/python.scm index 8bdf84125a..971829becf 100644 --- a/guix/build-system/python.scm +++ b/guix/build-system/python.scm @@ -34,7 +34,6 @@ #:use-module (srfi srfi-1) #:export (%python-build-system-modules package-with-python2 - strip-python2-variant default-python default-python2 python-build @@ -137,11 +136,6 @@ pre-defined variants." "python-" "python2-" #:variant-property 'python2-variant)) -(define (strip-python2-variant p) - "Remove the 'python2-variant' property from P." - (package/inherit p - (properties (alist-delete 'python2-variant (package-properties p))))) - (define* (lower name #:key source inputs native-inputs outputs system target (python (default-python))