tree-wide: s/GTK+/GTK/g
GTK was renamed.
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = https://www.xfce.org/;
|
||||
description = "GTK+ theme engine for Xfce";
|
||||
description = "GTK theme engine for Xfce";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||
|
||||
@@ -20,7 +20,7 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
|
||||
garcon = callPackage ./core/garcon.nix { };
|
||||
|
||||
# When built with GTK+3, it was breaking GTK+3 app layout
|
||||
# When built with GTK 3, it was breaking GTK 3 app layout
|
||||
gtk-xfce-engine = callPackage ./core/gtk-xfce-engine.nix { withGtk3 = false; };
|
||||
|
||||
libxfce4ui = callPackage ./core/libxfce4ui.nix { };
|
||||
@@ -151,7 +151,7 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
|
||||
xfce4-pulseaudio-plugin = callPackage ./panel-plugins/xfce4-pulseaudio-plugin.nix { };
|
||||
|
||||
#### GTK+3 (deprecated, see NixOS/nixpkgs#32763)
|
||||
#### GTK3 (deprecated, see NixOS/nixpkgs#32763)
|
||||
|
||||
libxfce4ui_gtk3 = libxfce4ui.override { withGtk3 = true; };
|
||||
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Port of the Unity GTK+ Module";
|
||||
description = "Port of the Unity GTK Module";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ jD91mZM2 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user