Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-22 12:16:58 +00:00
committed by GitHub
18 changed files with 220 additions and 23 deletions
+6
View File
@@ -26,6 +26,12 @@ stdenv.mkDerivation rec {
"USE_SYSTEM_XXHASH=1"
];
preFixup = ''
for f in $out/share/hashcat/OpenCL/*.cl; do
sed "s|#include \"\(.*\)\"|#include \"$out/share/hashcat/OpenCL/\1\"|g" -i "$f"
done
'';
postFixup = ''
wrapProgram $out/bin/hashcat --prefix LD_LIBRARY_PATH : ${ocl-icd}/lib
'';