summary refs log tree commit diff
path: root/pkgs/development/libraries/webkitgtk
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-06-15 01:46:20 +0000
committerGitHub <noreply@github.com>2018-06-15 01:46:20 +0000
commit1262cbe3e096f807813f4d6cf8f968234b372f91 (patch)
treece41b5c4a2d6777470df0c80b620cff717d181cb /pkgs/development/libraries/webkitgtk
parent7ac71e987547aae0f45e794340923910c6682095 (diff)
downloadnixpkgs-1262cbe3e096f807813f4d6cf8f968234b372f91.tar
nixpkgs-1262cbe3e096f807813f4d6cf8f968234b372f91.tar.gz
nixpkgs-1262cbe3e096f807813f4d6cf8f968234b372f91.tar.bz2
nixpkgs-1262cbe3e096f807813f4d6cf8f968234b372f91.tar.lz
nixpkgs-1262cbe3e096f807813f4d6cf8f968234b372f91.tar.xz
nixpkgs-1262cbe3e096f807813f4d6cf8f968234b372f91.tar.zst
nixpkgs-1262cbe3e096f807813f4d6cf8f968234b372f91.zip
webkitgtk2: remove darwin platform
Diffstat (limited to 'pkgs/development/libraries/webkitgtk')
-rw-r--r--pkgs/development/libraries/webkitgtk/2.20.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/webkitgtk/2.20.nix b/pkgs/development/libraries/webkitgtk/2.20.nix
index 7c94e824ccc..d3fffa2dd32 100644
--- a/pkgs/development/libraries/webkitgtk/2.20.nix
+++ b/pkgs/development/libraries/webkitgtk/2.20.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     description = "Web content rendering engine, GTK+ port";
     homepage = https://webkitgtk.org/;
     license = licenses.bsd2;
-    platforms = with platforms; linux ++ darwin;
+    platforms = platforms.linux;
     hydraPlatforms = [];
     maintainers = with maintainers; [ ];
   };