From b181cf1e489f919302764353184aa892ba78534f Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 6 Dec 2024 14:49:34 +0100 Subject: [PATCH] update --- ruther/packages/python-next.scm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ruther/packages/python-next.scm b/ruther/packages/python-next.scm index 6f6cd9d..9561c51 100644 --- a/ruther/packages/python-next.scm +++ b/ruther/packages/python-next.scm @@ -216,15 +216,6 @@ pre-defined variants." ((package-input-rewriting `((,python-3.12-cython-inner . ,python-3.12-cython-0.29.37))) rewritten)))) -;; (define with-python-3.12-single -;; (lambda (pkg) -;; (let ((rewritten ((package-input-rewriting `((,python-cython . ,python-3.12-cython) -;; ;; TODO: put more stuff here, if there is something -;; ;; that's a common dependenc that will get broken on -;; ;; Python 3.12 -;; )) pkg))) -;; ((package-with-explicit-python python-3.12-toolchain "python-" "python-3.12") rewritten)))) - (define-public (with-python-3.12 el) (if (list? el) -- 2.48.1