about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-27 00:00:55 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-27 00:02:42 -0400
commit67b5f5a98f4d2dd864d6346e11802f2a67f97f06 (patch)
tree7f5f2c8dfe215318a8b054e082adc5dad1168a56 /pkgs/applications
parent87fdc06a9750c0d54e61788ceb7ad83a23e2e84d (diff)
downloadnixlib-67b5f5a98f4d2dd864d6346e11802f2a67f97f06.tar
nixlib-67b5f5a98f4d2dd864d6346e11802f2a67f97f06.tar.gz
nixlib-67b5f5a98f4d2dd864d6346e11802f2a67f97f06.tar.bz2
nixlib-67b5f5a98f4d2dd864d6346e11802f2a67f97f06.tar.lz
nixlib-67b5f5a98f4d2dd864d6346e11802f2a67f97f06.tar.xz
nixlib-67b5f5a98f4d2dd864d6346e11802f2a67f97f06.tar.zst
nixlib-67b5f5a98f4d2dd864d6346e11802f2a67f97f06.zip
orca: add hicolor-icon-theme
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/orca/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/misc/orca/default.nix b/pkgs/applications/misc/orca/default.nix
index 98ebde981c0a..332c696d8da2 100644
--- a/pkgs/applications/misc/orca/default.nix
+++ b/pkgs/applications/misc/orca/default.nix
@@ -1,7 +1,7 @@
 { stdenv, pkgconfig, fetchurl, buildPythonApplication
 , autoreconfHook, wrapGAppsHook, gobject-introspection
 , intltool, yelp-tools, itstool, libxmlxx3
-, python, pygobject3, gtk3, gnome3, substituteAll
+, python, pygobject3, gtk3, gnome3, substituteAll, hicolor-icon-theme
 , at-spi2-atk, at-spi2-core, pyatspi, dbus, dbus-python, pyxdg
 , xkbcomp, procps, lsof, coreutils, gsettings-desktop-schemas
 , speechd, brltty, liblouis, setproctitle, gst_all_1, gst-python
@@ -31,6 +31,7 @@ buildPythonApplication rec {
   nativeBuildInputs = [
     autoreconfHook wrapGAppsHook pkgconfig libxmlxx3
     intltool yelp-tools itstool gobject-introspection
+    hicolor-icon-theme # setup-hook
   ];
 
   propagatedBuildInputs = [