astroid: fix crash due to missing icons

Astroid was unable to run in a pure environment because it couldn't find
the necessary icons. This fixes that issue, and was tested with
`nix-shell --pure`

authored by Brandon Dimcheff and committed by Franz Pletz c517e543 72af039a

+1 -1
+1 -1
pkgs/applications/networking/mailreaders/astroid/default.nix
··· 23 23 24 24 preFixup = '' 25 25 wrapProgram "$out/bin/astroid" \ 26 - --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH" 26 + --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:${gnome3.adwaita-icon-theme}/share" 27 27 ''; 28 28 29 29 meta = {