From c1cd33667c5eaa0eec5d9fe1453ab2ab7c86c8f7 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 9 Dec 2023 00:01:00 +0100 Subject: [PATCH] diffoscope: add `acl` in the minimal package `acl` is a pretty ubiquitious package on Linux and provides `getfacl`. --- pkgs/tools/misc/diffoscope/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix index 61617044792b..76017127b1c1 100644 --- a/pkgs/tools/misc/diffoscope/default.nix +++ b/pkgs/tools/misc/diffoscope/default.nix @@ -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