summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-19 20:55:50 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-19 20:59:35 -0400
commita012ea3ab5e15485c242e13bf460acf2848d45f1 (patch)
tree7283a294242abb26000647e8d33333df835ef838 /pkgs/applications/graphics
parent4788b9f71ec162fb6428f7f6363e0e537e7b8ab5 (diff)
downloadnixpkgs-a012ea3ab5e15485c242e13bf460acf2848d45f1.tar
nixpkgs-a012ea3ab5e15485c242e13bf460acf2848d45f1.tar.gz
nixpkgs-a012ea3ab5e15485c242e13bf460acf2848d45f1.tar.bz2
nixpkgs-a012ea3ab5e15485c242e13bf460acf2848d45f1.tar.lz
nixpkgs-a012ea3ab5e15485c242e13bf460acf2848d45f1.tar.xz
nixpkgs-a012ea3ab5e15485c242e13bf460acf2848d45f1.tar.zst
nixpkgs-a012ea3ab5e15485c242e13bf460acf2848d45f1.zip
ideogram: add hicolor-icon-theme
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/ideogram/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/ideogram/default.nix b/pkgs/applications/graphics/ideogram/default.nix
index 1511901ab91..0efb0874183 100644
--- a/pkgs/applications/graphics/ideogram/default.nix
+++ b/pkgs/applications/graphics/ideogram/default.nix
@@ -11,6 +11,7 @@
 , pantheon
 , desktop-file-utils
 , xorg
+, hicolor-icon-theme
 , wrapGAppsHook
 }:
 
@@ -27,6 +28,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [
     desktop-file-utils
+    hicolor-icon-theme # for setup-hook
     meson
     ninja
     pantheon.vala