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";
|
description = "Web content rendering engine, GTK+ port";
|
||||||
homepage = https://webkitgtk.org/;
|
homepage = https://webkitgtk.org/;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = platforms.linux;
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user