File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
pkgs/tools/misc/diffoscope Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
33 stdenv ,
4+ aapt ,
45 abootimg ,
56 acl ,
67 apksigcopier ,
5455 openssh ,
5556 openssl ,
5657 pdftk ,
58+ perl ,
5759 pgpdump ,
5860 poppler_utils ,
5961 procyon ,
6365 sng ,
6466 sqlite ,
6567 squashfsTools ,
68+ systemdUkify ,
6669 tcpdump ,
6770 ubootTools ,
6871 unzip ,
@@ -136,7 +139,6 @@ python.pkgs.buildPythonApplication rec {
136139 #
137140 # Still missing these tools:
138141 # Android-specific tools:
139- # aapt2
140142 # dexdump
141143 # Darwin-specific tools:
142144 # lipo
@@ -204,6 +206,7 @@ python.pkgs.buildPythonApplication rec {
204206 ] )
205207 ++ lib . optionals enableBloat (
206208 [
209+ aapt
207210 abootimg
208211 apksigcopier
209212 apksigner
@@ -228,10 +231,12 @@ python.pkgs.buildPythonApplication rec {
228231 odt2txt
229232 openssh
230233 pdftk
234+ perl
231235 poppler_utils
232236 procyon
233237 qemu
234238 R
239+ systemdUkify
235240 tcpdump
236241 ubootTools
237242 wabt
@@ -240,6 +245,7 @@ python.pkgs.buildPythonApplication rec {
240245 ]
241246 ++ ( with python . pkgs ; [
242247 androguard
248+ black
243249 guestfs
244250 h5py
245251 pdfminer-six
You can’t perform that action at this time.
0 commit comments