From a012ea3ab5e15485c242e13bf460acf2848d45f1 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 19 Aug 2019 20:55:50 -0400 Subject: [PATCH] ideogram: add hicolor-icon-theme --- pkgs/applications/graphics/ideogram/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/graphics/ideogram/default.nix b/pkgs/applications/graphics/ideogram/default.nix index 1511901ab916..0efb08741835 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