python3Packages.adb-enhanced: fix build (#502398)

This commit is contained in:
Pol Dellaiera
2026-03-23 21:18:21 +00:00
committed by GitHub
@@ -29,7 +29,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace adbe/adb_enhanced.py \
--replace-fail "cmd = 'java" "cmd = '${jdk11}/bin/java"
--replace-fail "f\"java" "f\"${lib.getExe jdk11}"
'';
# Disable tests because they require a dedicated Android emulator