diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 02:50:50 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:50 -0400 |
commit | 4e9bacaaf3bd5c6759d14e0ee4312b19344678ef (patch) | |
tree | e30b47f141130add04cb81d8f70e32e34c65a7b0 /gnu/packages/graphics.scm | |
parent | de39a426bda295bd9a9075c53683fc208cdb6154 (diff) |
gnu: Remove python2-pastel.
* gnu/packages/graphics.scm (python2-pastel): Delete variable.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r-- | gnu/packages/graphics.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index e966a82dbb..4b07061fa1 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1593,9 +1593,6 @@ rendering @acronym{SVG, Scalable Vector Graphics}.") your terminal.") (license license:expat))) -(define-public python2-pastel - (package-with-python2 python-pastel)) - (define-public fgallery (package (name "fgallery") |