diff options
author | Brendan Tildesley <mail@brendan.scot> | 2021-04-08 21:12:24 +1000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-04-09 16:09:27 -0400 |
commit | f68bcc1bc3aa0a8d1829e2eb5d9ef256c817c17c (patch) | |
tree | 06a52cedd689cfd8bae0800e54685978390f8593 /gnu | |
parent | c94792059014e6193ab532cca3044bfa033f9955 (diff) | |
download | guix-f68bcc1bc3aa0a8d1829e2eb5d9ef256c817c17c.tar.gz |
gnu: python2-sip: Remove package.
* gnu/packages/qt.scm (python2-sip): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/qt.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 21cd8773c6..fb1a3b598e 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1884,12 +1884,6 @@ module provides support functions to the automatically generated code.") "--incdir" include))))))) (license license:gpl3))) -(define-public python2-sip - (package/inherit python-sip-4 - (name "python2-sip") - (native-inputs - `(("python" ,python-2))))) - (define-public python-pyqt (package (name "python-pyqt") |