webkitgtk2: remove darwin platform
This commit is contained in:
parent
7ac71e9875
commit
1262cbe3e0
@ -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; [ ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user