summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-19 20:57:45 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-19 20:59:35 -0400
commit2d09e4892947a16199a189d755618fc2bd5c34a5 (patch)
tree8eef661dc8149fd6af095d946f556cb13135d0a1
parenta012ea3ab5e15485c242e13bf460acf2848d45f1 (diff)
downloadnixpkgs-2d09e4892947a16199a189d755618fc2bd5c34a5.tar
nixpkgs-2d09e4892947a16199a189d755618fc2bd5c34a5.tar.gz
nixpkgs-2d09e4892947a16199a189d755618fc2bd5c34a5.tar.bz2
nixpkgs-2d09e4892947a16199a189d755618fc2bd5c34a5.tar.lz
nixpkgs-2d09e4892947a16199a189d755618fc2bd5c34a5.tar.xz
nixpkgs-2d09e4892947a16199a189d755618fc2bd5c34a5.tar.zst
nixpkgs-2d09e4892947a16199a189d755618fc2bd5c34a5.zip
tilix: add hicolor-icon-theme
-rw-r--r--pkgs/applications/misc/tilix/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/tilix/default.nix b/pkgs/applications/misc/tilix/default.nix
index 65d01a5649d..095681d136d 100644
--- a/pkgs/applications/misc/tilix/default.nix
+++ b/pkgs/applications/misc/tilix/default.nix
@@ -16,6 +16,7 @@
 , glib
 , wrapGAppsHook
 , libunwind
+, hicolor-icon-theme
 }:
 
 stdenv.mkDerivation rec {
@@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [
     desktop-file-utils
     dmd
+    hicolor-icon-theme # for setup-hook
     meson
     ninja
     pkgconfig