summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-13 18:50:35 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-04-13 18:50:35 +0200
commita04625379a9e842cb987197c4f273de1bea807b7 (patch)
tree1d7de56a82a7806d6560a17c1bbdf19f86136c97 /pkgs/development/libraries/gtk
parent1ab03c3a76dd142a44c27951018f145ff78fb57e (diff)
parent6f6d2124fc890c41c7aaf0bee50f386866d30c15 (diff)
downloadnixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar.gz
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar.bz2
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar.lz
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar.xz
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.tar.zst
nixpkgs-a04625379a9e842cb987197c4f273de1bea807b7.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/development/libraries/gtk')
-rw-r--r--pkgs/development/libraries/gtk/2.x.nix4
-rw-r--r--pkgs/development/libraries/gtk/3.x.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/gtk/2.x.nix b/pkgs/development/libraries/gtk/2.x.nix
index 932527eed09..09cb016dbb6 100644
--- a/pkgs/development/libraries/gtk/2.x.nix
+++ b/pkgs/development/libraries/gtk/2.x.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     ./patches/gtk2-theme-paths.patch
   ] ++ optionals stdenv.isDarwin [
     (fetchpatch {
-      url = https://bug557780.bugzilla-attachments.gnome.org/attachment.cgi?id=306776;
+      url = "https://bug557780.bugzilla-attachments.gnome.org/attachment.cgi?id=306776";
       sha256 = "0sp8f1r5c4j2nlnbqgv7s7nxa4cfwigvm033hvhb1ld652pjag4r";
     })
     ./patches/2.0-darwin-x11.patch
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "A multi-platform toolkit for creating graphical user interfaces";
-    homepage    = https://www.gtk.org/;
+    homepage    = "https://www.gtk.org/";
     license     = licenses.lgpl2Plus;
     maintainers = with maintainers; [ lovek323 raskin ];
     platforms   = platforms.all;
diff --git a/pkgs/development/libraries/gtk/3.x.nix b/pkgs/development/libraries/gtk/3.x.nix
index 48b89c51772..812f4faa234 100644
--- a/pkgs/development/libraries/gtk/3.x.nix
+++ b/pkgs/development/libraries/gtk/3.x.nix
@@ -199,7 +199,7 @@ stdenv.mkDerivation rec {
       proprietary software with GTK without any license fees or
       royalties.
     '';
-    homepage = https://www.gtk.org/;
+    homepage = "https://www.gtk.org/";
     license = licenses.lgpl2Plus;
     maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
     platforms = platforms.all;