1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Andreas Enge
2026-02-07 22:50:04 +01:00
committed by Sharlatan Hellseher
parent 324d190fbf
commit d297f87e24

View File

@@ -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))