waydroid: fix 1.4.3 (#364597)

This commit is contained in:
Christian Kögler
2024-12-31 16:48:52 +01:00
committed by GitHub
+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