john: add olefile deps to fix office2john.py (#531939)

This commit is contained in:
Sandro
2026-06-28 15:11:10 +00:00
committed by GitHub
+4
View File
@@ -95,6 +95,10 @@ stdenv.mkDerivation {
scapy
lxml
])
# For office2john.py
++ (with python3Packages; [
olefile
])
++ (with perlPackages; [
# For pass_gen.pl
DigestMD4