diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:36:39 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:34 -0400 |
commit | 914adf88adc82b694490c5d20279054fedd4e4d2 (patch) | |
tree | a2ba02e33b7fd6bddb1d88d1c8b1dd2a267daf24 /gnu/packages/pdf.scm | |
parent | aae86d4ddc342bc5950607e000e5f78d314606e5 (diff) | |
download | guix-914adf88adc82b694490c5d20279054fedd4e4d2.tar.gz |
gnu: Remove python2-reportlab.
* gnu/packages/pdf.scm (python2-reportlab): Delete variable.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index baafafcf4a..5da1e96e98 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -1046,9 +1046,6 @@ of rich PDF documents, and also creation of charts in a variety of bitmap and vector formats.") (license license:bsd-3))) -(define-public python2-reportlab - (package-with-python2 python-reportlab)) - (define-public impressive (package (name "impressive") |