diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:21:01 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:05 -0400 |
commit | 8b9bda873dc11ff6b73888c1745c15e9618b1778 (patch) | |
tree | 435bb9e038b7be7592acf22c34bcddf3e1165dde /gnu | |
parent | 87bd8bd1dd88c4c4683275f99e67d1b54e6f79c1 (diff) | |
download | guix-8b9bda873dc11ff6b73888c1745c15e9618b1778.tar guix-8b9bda873dc11ff6b73888c1745c15e9618b1778.tar.gz |
gnu: Remove python2-misaka.
* gnu/packages/python-xyz.scm (python2-misaka): 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 0adfbfca44..b109662ec3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20558,9 +20558,6 @@ while only declaring the test-specific fields.") renderers (e.g. man pages or LaTeX).") (license license:expat))) -(define-public python2-misaka - (package-with-python2 python-misaka)) - (define-public python-jsonpointer (package (name "python-jsonpointer") |