summary refs log tree commit diff
path: root/pkgs/development/libraries/libappindicator
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-24 02:58:00 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-24 02:58:00 -0400
commit205fc55ea29a843f28b8fc1932cf1b88fce6bc1d (patch)
tree60356fe690d2af5f1d761f5464bee5485db2a9d7 /pkgs/development/libraries/libappindicator
parent46eeef1898ffbf57330ec31b96a6c2d89f8fcb36 (diff)
parent33b8830a85242ad09898a0c90a6f0494c34132ca (diff)
downloadnixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar.gz
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar.bz2
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar.lz
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar.xz
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar.zst
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.zip
Merge remote-tracking branch 'upstream/staging' into compiler-rt
Diffstat (limited to 'pkgs/development/libraries/libappindicator')
-rw-r--r--pkgs/development/libraries/libappindicator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libappindicator/default.nix b/pkgs/development/libraries/libappindicator/default.nix
index 6c87588fd3d7..71c388be6ea5 100644
--- a/pkgs/development/libraries/libappindicator/default.nix
+++ b/pkgs/development/libraries/libappindicator/default.nix
@@ -2,7 +2,7 @@
 
 { stdenv, fetchurl, lib, file
 , pkgconfig, autoconf
-, glib, dbus-glib, gtkVersion
+, glib, dbus-glib, gtkVersion ? "3"
 , gtk2 ? null, libindicator-gtk2 ? null, libdbusmenu-gtk2 ? null
 , gtk3 ? null, libindicator-gtk3 ? null, libdbusmenu-gtk3 ? null
 , python2Packages, gobjectIntrospection, vala