Skip to content

Commit

Permalink
zim: Fix missing icons
Browse files Browse the repository at this point in the history
(cherry picked from commit d28fcaa)
  • Loading branch information
tenaf0 authored and dtzWill committed Dec 10, 2019
1 parent ad84e6d commit 6751ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/zim/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python3Packages, gtk3, gobject-introspection, wrapGAppsHook }:
{ stdenv, fetchurl, python3Packages, gtk3, gobject-introspection, wrapGAppsHook, gnome3 }:

#
# TODO: Declare configuration options for the following optional dependencies:
Expand All @@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "1n3gmg7g86s8iwcx0i7rvvfdfs1fzmc9awr9qzjd2rckw4bkxad1";
};

buildInputs = [ gtk3 gobject-introspection wrapGAppsHook ];
buildInputs = [ gtk3 gobject-introspection wrapGAppsHook gnome3.adwaita-icon-theme ];
propagatedBuildInputs = with python3Packages; [ pyxdg pygobject3 ];


Expand Down

0 comments on commit 6751ecb

Please sign in to comment.