about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-02-18 02:20:52 +0100
committeraszlig <aszlig@nix.build>2018-02-18 02:29:22 +0100
commite8eb9e5db9492972ac932c8bc5a94009bc6aa236 (patch)
treec93592825db9e1d79b24fb48e82c6d73e6940edf /machines/aszlig
parent47a808878bb04e73fcf2ee66c0b97fc635eb138b (diff)
dnyarri/gpodder: Add hicolor_icon_theme
This is needed in order to correctly display icons if someone doesn't
use a full desktop environment.

I'm not sure why NixOS/nixpkgs@bff6d624e05c53777a9d2fd85872884983f74313
removed this (in particular gnome3.defaultIconTheme, but
hicolor_icon_theme should be enough anyway), but let's re-add it for our
configuration until this is sorted out.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/dnyarri.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 1fd3947f..b8b711bd 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -60,6 +60,9 @@ in {
         rev = "4cbf62372def27d501acbe24b68297ba584b689d";
         sha256 = "16r9p126z4vrpqxpq0chlmjhx75npf9j7zb2174m3c4z02c85k7q";
       };
+      propagatedBuildInputs = (drv.propagatedBuildInputs or []) ++ [
+        pkgs.hicolor_icon_theme
+      ];
     })).override {
       python3Packages = (pkgs.python3.override {
         packageOverrides = lib.const (super: {