summary refs log tree commit diff
path: root/pkgs/development/libraries/gtkmm/3.x.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-09-06 02:57:51 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-09-06 02:57:51 +0200
commited54a5b51dc9542df94f70b25a13d86d1f494e64 (patch)
treebc85a8288e36624f3385831069a8df77d2ef3451 /pkgs/development/libraries/gtkmm/3.x.nix
parent4b16b7e9a00b4a6b7e350a8711312e0fe83930db (diff)
parent684bad056950880d05e4534e683362c6a0abce55 (diff)
downloadnixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.gz
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.bz2
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.lz
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.xz
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.tar.zst
nixpkgs-ed54a5b51dc9542df94f70b25a13d86d1f494e64.zip
Merge branch 'gtk-no-plus'
Diffstat (limited to 'pkgs/development/libraries/gtkmm/3.x.nix')
-rw-r--r--pkgs/development/libraries/gtkmm/3.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gtkmm/3.x.nix b/pkgs/development/libraries/gtkmm/3.x.nix
index 1a5b0fe6287..f977af046ca 100644
--- a/pkgs/development/libraries/gtkmm/3.x.nix
+++ b/pkgs/development/libraries/gtkmm/3.x.nix
@@ -29,11 +29,11 @@ stdenv.mkDerivation rec {
   };
 
   meta = with stdenv.lib; {
-    description = "C++ interface to the GTK+ graphical user interface library";
+    description = "C++ interface to the GTK graphical user interface library";
 
     longDescription = ''
       gtkmm is the official C++ interface for the popular GUI library
-      GTK+.  Highlights include typesafe callbacks, and a
+      GTK.  Highlights include typesafe callbacks, and a
       comprehensive set of widgets that are easily extensible via
       inheritance.  You can create user interfaces either in code or
       with the Glade User Interface designer, using libglademm.