Merge pull request #72239 from raboof/diffoscope-xattrs
diffoscope: add dependency on python xattr package
This commit is contained in:
commit
f76c8362e6
|
@ -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
|
# Still missing these tools: abootimg docx2txt dumpxsb enjarify js-beautify lipo oggDump otool procyon-decompiler Rscript wasm2wat zipnode
|
||||||
# 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 pyxattr ] ++ [
|
||||||
acl binutils-unwrapped bzip2 cdrkit colordiff coreutils cpio db diffutils
|
acl binutils-unwrapped bzip2 cdrkit colordiff coreutils cpio db diffutils
|
||||||
dtc e2fsprogs file findutils fontforge-fonttools gettext gnutar gzip
|
dtc e2fsprogs file findutils fontforge-fonttools gettext gnutar gzip
|
||||||
libarchive libcaca lz4 pgpdump progressbar33 sng sqlite squashfsTools unzip xxd xz
|
libarchive libcaca lz4 pgpdump progressbar33 sng sqlite squashfsTools unzip xxd xz
|
||||||
|
|
Loading…
Reference in New Issue