mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 15:57:46 +00:00
Merge pull request #308728 from wegank/genymotion-fix
genymotion: fix runtime error with qemu
This commit is contained in:
commit
158079242d
@ -66,7 +66,8 @@ stdenv.mkDerivation rec {
|
||||
patchInterpreter "$1"
|
||||
wrapProgram "$out/libexec/genymotion/$1" \
|
||||
--set "LD_LIBRARY_PATH" "${libPath}" \
|
||||
--unset "QML2_IMPORT_PATH"
|
||||
--unset "QML2_IMPORT_PATH" \
|
||||
--unset "QT_PLUGIN_PATH"
|
||||
}
|
||||
|
||||
patchTool() {
|
||||
@ -77,8 +78,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patchExecutable genymotion
|
||||
patchExecutable player
|
||||
patchExecutable qemu/x86_64/bin/qemu-img
|
||||
patchExecutable qemu/x86_64/bin/qemu-system-x86_64
|
||||
patchInterpreter qemu/x86_64/bin/qemu-img
|
||||
patchInterpreter qemu/x86_64/bin/qemu-system-x86_64
|
||||
|
||||
patchTool adb
|
||||
patchTool aapt
|
||||
|
Loading…
Reference in New Issue
Block a user