diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:42:48 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:44 -0400 |
commit | 714125fbd028946039ef93f42f0e396f954c3ecf (patch) | |
tree | f43ac2603cac6c08d8816d52a6fe2bd2447f9bc1 /gnu | |
parent | b199a48ef69d1d90d19b7f37763e19e05e1352da (diff) |
gnu: Remove python2-kivy.
* gnu/packages/python-xyz.scm (python2-kivy): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f538d59298..6f798ff8e9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18699,9 +18699,6 @@ multitouch applications.") Design spec without sacrificing ease of use or application performance.") (license license:expat))) -(define-public python2-kivy - (package-with-python2 python-kivy)) - (define-public python-binaryornot (package (name "python-binaryornot") |