webkitgtk2: remove darwin platform

This commit is contained in:
Yegor Timoshenko 2018-06-15 01:46:20 +00:00 committed by GitHub
parent 7ac71e9875
commit 1262cbe3e0
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; [ ];
};