From 0b478a5d701f4794e46794967055d9e11c8bdfb2 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 13 May 2022 13:50:14 -0400 Subject: gnu: Remove python2-lirc. * gnu/packages/lirc.scm (python2-lirc): Delete variable. (python-lirc)[properties]: Delete field. --- gnu/packages/lirc.scm | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'gnu/packages/lirc.scm') diff --git a/gnu/packages/lirc.scm b/gnu/packages/lirc.scm index 1b8e8e37bd..5c89e83d7c 100644 --- a/gnu/packages/lirc.scm +++ b/gnu/packages/lirc.scm @@ -133,17 +133,4 @@ on just one button press.") (home-page "https://github.com/tompreston/python-lirc") (synopsis "Python bindings for LIRC") (description "@code{lirc} is a Python module which provides LIRC bindings.") - (license license:gpl3) - (properties `((python2-variant . ,(delay python2-lirc))))))) - - (define-public python2-lirc - (let ((base (package-with-python2 (strip-python2-variant python-lirc)))) - (package/inherit base - (arguments - `(#:tests? #f ; the only tests that exist are human-interactive - #:phases - (modify-phases %standard-phases - (add-before 'build 'build-from-cython-files - (lambda _ (invoke "make" "py2")))))) - (native-inputs - `(("python2-cython" ,python2-cython)))))) + (license license:gpl3)))) -- cgit v1.2.3