mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
This commit is contained in:
parent
b6d70d573d
commit
dd6fa18b6f
1 changed files with 6 additions and 0 deletions
|
|
@ -147,6 +147,12 @@ src_prepare() {
|
|||
|
||||
# First attempt at disabling pip
|
||||
#sed -i 's#pip#echo#' Ghidra/Features/PyGhidra/build.gradle || die
|
||||
|
||||
# Use the correct python version
|
||||
# https://github.com/pentoo/pentoo-overlay/issues/2243
|
||||
#sed -i "s/findPython3\(true\)/\"${EPYTHON}\"/" build.gradle || die
|
||||
sed -i "s/findPython3(true)/\"${EPYTHON}\"/" build.gradle || die
|
||||
|
||||
eapply_user
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue