Skip to content

Commit

Permalink
zenity: fix for non-GNOME 3
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Mar 25, 2017
1 parent bb5d0f3 commit a381ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/3.22/core/zenity/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, cairo, libxml2, libxslt, gnome3, pango
, gnome_doc_utils, intltool, libX11, which, itstool }:
, gnome_doc_utils, intltool, libX11, which, itstool, wrapGAppsHook }:

stdenv.mkDerivation rec {
inherit (import ./src.nix fetchurl) name src;
Expand All @@ -10,7 +10,7 @@ stdenv.mkDerivation rec {

buildInputs = [ gnome3.gtk libxml2 libxslt libX11 itstool ];

nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which ];
nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which wrapGAppsHook ];

meta = with stdenv.lib; {
platforms = platforms.linux;
Expand Down

0 comments on commit a381ee8

Please sign in to comment.