diffoscope: add acl in the minimal package

`acl` is a pretty ubiquitious package on Linux and provides `getfacl`.
This commit is contained in:
Raito Bezarius
2023-12-09 00:01:00 +01:00
parent a87dd3d3d9
commit c1cd33667c
+2 -1
View File
@@ -1,6 +1,7 @@
{ lib
, stdenv
, abootimg
, acl
, apksigcopier
, apksigner
, apktool
@@ -115,13 +116,13 @@ python3.pkgs.buildPythonApplication rec {
# aapt2
# dexdump
# docx2txt
# getfacl
# lipo
# otool
# r2pipe
#
# We filter automatically all packages for the host platform (some dependencies are not supported on Darwin, aarch64, etc.).
pythonPath = lib.filter (lib.meta.availableOn stdenv.hostPlatform) ([
acl
binutils-unwrapped-all-targets
bzip2
cdrkit