~ruther/guix-local

f86c1805b84e41ed4b65b94fb61fd6d5f62defc0 — Andreas Enge 7 months ago 7c0608e
gnu: Remove python2-minimal.

* gnu/packages/python.scm (python2-minimal): Delete variable.

Change-Id: I06fc57fb96d1ba11f8c5568bc125b9d4890a29c7
1 files changed, 1 insertions(+), 12 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -12
@@ 1476,20 1476,9 @@ data types.")
;; Current major version.
(define-public python python-3)

;; Minimal variants of Python, mostly used to break the cycle between Tk and
;; Minimal variant of Python, mostly used to break the cycle between Tk and
;; Python (Tk -> libxcb -> Python.)

(define-public python2-minimal
  (package/inherit python-2
    (name "python2-minimal")
    (outputs '("out"))

    ;; Keep zlib, which is used by 'pip' (via the 'zipimport' module), which
    ;; is invoked upon 'make install'.  'pip' also expects 'ctypes' and thus
    ;; libffi.  Expat is needed for XML support which is expected by a lot
    ;; of libraries out there.
    (inputs (list expat libffi zlib))))

(define-public python-minimal
  (package/inherit python
    (name "python-minimal")