Merge pull request #41937 from r-ryantm/auto-update/webkitgtk

gnome3.webkitgtk: 2.20.2 -> 2.20.3
This commit is contained in:
Yegor Timoshenko 2018-06-15 01:47:05 +00:00 committed by GitHub
commit 61ffae720a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; [ ];
};