newsflash: add explanation for no-post-install.patch

This commit is contained in:
Kira Bruneau 2021-02-15 11:08:29 -05:00
parent ff96a0fa56
commit 9c318e6d57

View file

@ -31,6 +31,11 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "0rnrdh9ganj63hf9j890yj9pahcgza95z7x020w72mbb4648hq26";
patches = [
# Post install tries to generate an icon cache & update the
# desktop database. The gtk setup hook drop-icon-theme-cache.sh
# would strip out the icon cache and the desktop database wouldn't
# be included in $out. They will generated by xdg.mime.enable &
# gtk.iconCache.enable instead.
./no-post-install.patch
];