anbox: add patch to provide window icon

Currently the windows don't provide icons. It's rather inconvenient for
many reasons.

This patch forwards the icons from the Android application to the
window.

Patch origin: 8922628786

Rebased on top of the current tip of anbox master

See also: https://github.com/anbox/anbox/issues/1514
This commit is contained in:
Samuel Dionne-Riel 2021-06-06 16:47:46 -04:00 committed by rnhmjoj
parent 73767bb345
commit 5adb739599
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -125,6 +125,11 @@ stdenv.mkDerivation rec {
})
# Ensures generated desktop files work on store path change
./0001-NixOS-Use-anbox-from-PATH-in-desktop-files.patch
# Provide window icons
(fetchpatch {
url = "https://github.com/samueldr/anbox/commit/2387f4fcffc0e19e52e58fb6f8264fbe87aafe4d.patch";
sha256 = "12lmr0kxw1n68g3abh1ak5awmpczfh75c26f53jc8qpvdvv1ywha";
})
];
postInstall = ''