diffoscope: Update tool list
This commit is contained in:
parent
ab5bd5e596
commit
98d84b1375
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, fetchgit, fetchpatch, python3Packages, docutils
|
{ lib, stdenv, fetchgit, python3Packages, docutils
|
||||||
, acl, binutils, bzip2, cbfstool, cdrkit, colord, cpio, diffutils, e2fsprogs, file, fpc, gettext, ghc
|
, acl, binutils, bzip2, cbfstool, cdrkit, colord, colordiff, coreutils, cpio, diffutils, dtc, e2fsprogs
|
||||||
, gnupg1, gzip, jdk, libcaca, mono, pdftk, poppler_utils, sng, sqlite, squashfsTools, unzip, xxd, xz
|
, file, findutils, fpc, gettext, ghc, gnupg1, gnutar, gzip, imagemagick, jdk, libarchive, libcaca, llvm
|
||||||
, colordiff
|
, mono, openssh, pdftk, poppler_utils, sng, sqlite, squashfsTools, tcpdump, unzip, xxd, xz
|
||||||
, enableBloat ? false
|
, enableBloat ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -24,12 +24,13 @@ python3Packages.buildPythonApplication rec {
|
|||||||
sed -i setup.py -e "/'rpm-python',/d"
|
sed -i setup.py -e "/'rpm-python',/d"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Still missing these tools: enjarify, otool & lipo (maybe macOS only), showttf
|
# Still missing these tools: apktool docx2txt enjarify gifbuild js-beautify odt2txt oggDump pgpdump ps2ascii Rscript showttf
|
||||||
# Also these libraries: python3-guestfs
|
# Also these libraries: python3-guestfs
|
||||||
pythonPath = with python3Packages;
|
pythonPath = with python3Packages; [ debian libarchive-c python_magic tlsh rpm ] ++ [
|
||||||
[ debian libarchive-c python_magic tlsh rpm cdrkit acl binutils bzip2 cbfstool cpio diffutils e2fsprogs file gettext
|
acl binutils bzip2 cbfstool cdrkit colordiff coreutils cpio diffutils dtc e2fsprogs file
|
||||||
gzip libcaca poppler_utils sng sqlite squashfsTools unzip xxd xz colordiff
|
findutils gettext gnutar gzip libarchive libcaca poppler_utils sng sqlite squashfsTools unzip
|
||||||
] ++ lib.optionals enableBloat [ colord fpc ghc gnupg1 jdk mono pdftk ];
|
xxd xz
|
||||||
|
] ++ lib.optionals enableBloat [ colord fpc ghc gnupg1 imagemagick llvm jdk mono openssh pdftk tcpdump ];
|
||||||
|
|
||||||
doCheck = false; # Calls 'mknod' in squashfs tests, which needs root
|
doCheck = false; # Calls 'mknod' in squashfs tests, which needs root
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user