mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
diffoscope: add dependency on python pyxattr package
To be able to diffoscope 2 directories
This commit is contained in:
parent
4cd2cb43fb
commit
ea2c7eabcf
|
@ -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…
Reference in a new issue