diffoscope: add dependency on python pyxattr package

To be able to diffoscope 2 directories
wip/yesman
Arnout Engelen 5 years ago
parent 4cd2cb43fb
commit ea2c7eabcf
  1. 2
      pkgs/tools/misc/diffoscope/default.nix

@ -35,7 +35,7 @@ python3Packages.buildPythonApplication rec {
#
# Still missing these tools: abootimg docx2txt dumpxsb enjarify js-beautify lipo oggDump otool procyon-decompiler Rscript wasm2wat zipnode
# 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 pyxattr ] ++ [
acl binutils-unwrapped bzip2 cdrkit colordiff coreutils cpio db diffutils
dtc e2fsprogs file findutils fontforge-fonttools gettext gnutar gzip
libarchive libcaca lz4 pgpdump progressbar33 sng sqlite squashfsTools unzip xxd xz

Loading…
Cancel
Save