diffoscope: Update tools list
This commit is contained in:
parent
a4fa6c4e3f
commit
9041eff01e
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchgit, python3Packages, docutils, help2man
|
{ lib, stdenv, fetchgit, python3Packages, docutils, help2man
|
||||||
, acl, apktool, libbfd, bzip2, cbfstool, cdrkit, colord, colordiff, coreutils, cpio, diffutils, dtc
|
, acl, apktool, binutils-unwrapped, bzip2, cbfstool, cdrkit, colord, colordiff, coreutils, cpio, db, diffutils, dtc
|
||||||
, e2fsprogs, file, findutils, fontforge-fonttools, fpc, gettext, ghc, ghostscriptX, giflib, gnupg1, gnutar
|
, e2fsprogs, file, findutils, fontforge-fonttools, fpc, gettext, ghc, ghostscriptX, giflib, gnupg1, gnutar
|
||||||
, gzip, imagemagick, jdk, libarchive, libcaca, llvm, mono, openssh, pdftk, pgpdump, poppler_utils, sng, sqlite
|
, gzip, imagemagick, jdk, libarchive, libcaca, llvm, mono, openssh, pdftk, pgpdump, poppler_utils, sng, sqlite
|
||||||
, squashfsTools, tcpdump, unoconv, unzip, xxd, xz
|
, squashfsTools, tcpdump, unoconv, unzip, xxd, xz
|
||||||
@ -27,12 +27,12 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ docutils help2man ];
|
nativeBuildInputs = [ docutils help2man ];
|
||||||
|
|
||||||
# Still missing these tools: docx2txt enjarify js-beautify oggDump Rscript
|
# Still missing these tools: abootimg docx2txt dumpxsb enjarify js-beautify lipo oggDump otool procyon-decompiler Rscript
|
||||||
# Also these libraries: python3-guestfs
|
# Also these libraries: python3-guestfs
|
||||||
pythonPath = with python3Packages; [ debian libarchive-c python_magic tlsh rpm ] ++ [
|
pythonPath = with python3Packages; [ debian libarchive-c python_magic tlsh rpm ] ++ [
|
||||||
acl libbfd bzip2 cdrkit colordiff coreutils cpio diffutils dtc e2fsprogs file findutils
|
acl binutils-unwrapped bzip2 cdrkit colordiff coreutils cpio db diffutils
|
||||||
fontforge-fonttools gettext gnutar gzip libarchive libcaca pgpdump sng sqlite
|
dtc e2fsprogs file findutils fontforge-fonttools gettext gnutar gzip
|
||||||
squashfsTools unzip xxd xz
|
libarchive libcaca pgpdump sng sqlite squashfsTools unzip xxd xz
|
||||||
] ++ lib.optionals enableBloat [
|
] ++ lib.optionals enableBloat [
|
||||||
apktool cbfstool colord fpc ghc ghostscriptX giflib gnupg1 imagemagick
|
apktool cbfstool colord fpc ghc ghostscriptX giflib gnupg1 imagemagick
|
||||||
llvm jdk mono openssh pdftk poppler_utils tcpdump unoconv
|
llvm jdk mono openssh pdftk poppler_utils tcpdump unoconv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user