[gnome-boxes/flatpak-master-fixup: 6/8] flatpak: Pass the PATH of /bin/python3 to qemu



commit 989aee95a4e8d5974037329595bff1f0fafb369a
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri Aug 2 19:09:38 2019 +0200

    flatpak: Pass the PATH of /bin/python3 to qemu

 build-aux/flatpak/org.gnome.Boxes.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 7e1e601a..3e422e79 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -357,7 +357,8 @@
                 "--enable-opengl",
                 "--enable-virglrenderer",
                 "--enable-usb-redir",
-                "--enable-smartcard"
+                "--enable-smartcard",
+                "--python=/bin/python3"
             ],
             "sources" : [
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]