waydroid: fix 1.4.3

This commit is contained in:
linsui
2024-12-12 21:41:33 +08:00
parent d74689ac64
commit 70cf61d858
+8
View File
@@ -31,6 +31,14 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-LejyuGYgW46++95XROuWc13Q+w0l+AzGAl9ekfmAIEk=";
};
patches = [
(fetchpatch {
url = "https://github.com/waydroid/waydroid/commit/af296c90a788dde0b33813b12607cfab2fa65b98.patch";
hash = "sha256-1vkEKk00dbBLbbBxZIhcoOYUP976SJlaWyzYSWBy0nU=";
revert = true;
})
];
nativeBuildInputs = [
gobject-introspection
wrapGAppsHook3