Skip to content
Snippets Groups Projects
Commit 34cde92c authored by Vagrant Cascadian's avatar Vagrant Cascadian
Browse files

Add external tool on Guix for dumppdf.

Strictly speaking, the package in Guiux ships dumppdf.py, but this
should reduce the downstream diff.
parent 744ab18b
No related branches found
No related tags found
No related merge requests found
Pipeline #306706 passed
......@@ -35,7 +35,7 @@ EXTERNAL_TOOLS = {
"FreeBSD": "libarchive",
"guix": "libarchive",
},
"dumppdf": {"debian": "python3-pdfminer"},
"dumppdf": {"debian": "python3-pdfminer", "guix": "python-pdfminer-six"},
"bzip2": {"debian": "bzip2", "arch": "bzip2", "guix": "bzip2"},
"cbfstool": {},
"cd-iccdump": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment