mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
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:
parent
73767bb345
commit
5adb739599
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user