Merge pull request #302569 from SuperSandro2000/diffoscope-pypdf
This commit is contained in:
commit
43129fa776
1 changed files with 3 additions and 2 deletions
|
@ -168,7 +168,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
jsondiff
|
jsondiff
|
||||||
libarchive-c
|
libarchive-c
|
||||||
progressbar33
|
progressbar33
|
||||||
pypdf2
|
pypdf
|
||||||
python-magic
|
python-magic
|
||||||
pyxattr
|
pyxattr
|
||||||
rpm
|
rpm
|
||||||
|
@ -215,7 +215,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
guestfs
|
guestfs
|
||||||
h5py
|
h5py
|
||||||
pdfminer-six
|
pdfminer-six
|
||||||
# docx2txt, breaks the tests.
|
r2pipe
|
||||||
|
# docx2txt, nixpkgs packages another project named the same, which does not work
|
||||||
])
|
])
|
||||||
# oggvideotools is broken on Darwin, please put it back when it will be fixed?
|
# oggvideotools is broken on Darwin, please put it back when it will be fixed?
|
||||||
++ lib.optionals stdenv.isLinux [ oggvideotools ]
|
++ lib.optionals stdenv.isLinux [ oggvideotools ]
|
||||||
|
|
Loading…
Reference in a new issue