Skip to content

Commit 63b08ef

Browse files
authored
diffoscope: add additional tools (#359089)
2 parents cbd27bf + 046286d commit 63b08ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pkgs/tools/misc/diffoscope/default.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
lib,
33
stdenv,
4+
aapt,
45
abootimg,
56
acl,
67
apksigcopier,
@@ -54,6 +55,7 @@
5455
openssh,
5556
openssl,
5657
pdftk,
58+
perl,
5759
pgpdump,
5860
poppler_utils,
5961
procyon,
@@ -63,6 +65,7 @@
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

0 commit comments

Comments
 (0)