summary refs log tree commit diff
path: root/pkgs/development/libraries/indicator-application/gtk2.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-27 12:01:56 +0000
committerGitHub <noreply@github.com>2023-01-27 12:01:56 +0000
commite11b11e7383dc9e79174c572b949a1a5884d124d (patch)
tree784140f4cf5095ede60e81d23188f3a6875f6aca /pkgs/development/libraries/indicator-application/gtk2.nix
parentdcb1b49be6864d21da07ad41559d3b08967e2232 (diff)
parent92b7725154fcb01cc3b5804025e89d6a2941cc77 (diff)
downloadnixpkgs-e11b11e7383dc9e79174c572b949a1a5884d124d.tar
nixpkgs-e11b11e7383dc9e79174c572b949a1a5884d124d.tar.gz
nixpkgs-e11b11e7383dc9e79174c572b949a1a5884d124d.tar.bz2
nixpkgs-e11b11e7383dc9e79174c572b949a1a5884d124d.tar.lz
nixpkgs-e11b11e7383dc9e79174c572b949a1a5884d124d.tar.xz
nixpkgs-e11b11e7383dc9e79174c572b949a1a5884d124d.tar.zst
nixpkgs-e11b11e7383dc9e79174c572b949a1a5884d124d.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/libraries/indicator-application/gtk2.nix')
-rw-r--r--pkgs/development/libraries/indicator-application/gtk2.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/libraries/indicator-application/gtk2.nix b/pkgs/development/libraries/indicator-application/gtk2.nix
index f75ade98c6d..9fe3575b7bc 100644
--- a/pkgs/development/libraries/indicator-application/gtk2.nix
+++ b/pkgs/development/libraries/indicator-application/gtk2.nix
@@ -3,8 +3,6 @@
 , glib, dbus-glib, json-glib
 , gtk2, libindicator-gtk2, libdbusmenu-gtk2, libappindicator-gtk2 }:
 
-with lib;
-
 stdenv.mkDerivation rec {
   pname = "indicator-application-gtk2";
   version = "12.10.0.1";
@@ -45,7 +43,7 @@ stdenv.mkDerivation rec {
     "localstatedir=\${TMPDIR}"
   ];
 
-  meta = {
+  meta = with lib; {
     description = "Indicator to take menus from applications and place them in the panel (GTK 2 library for Xfce/LXDE)";
     homepage = "https://launchpad.net/indicators-gtk2";
     license = licenses.gpl3;