Merge pull request #106070 from holymonson/webkitgtk

webkitgtk: drop wayland dependency on Darwin
This commit is contained in:
Jan Tojnar 2020-12-07 06:35:01 +01:00 committed by GitHub
commit 22f8e9484e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ stdenv.mkDerivation rec {
python3
ruby
glib # for gdbus-codegen
] ++ stdenv.lib.optionals stdenv.isLinux [
wayland # for wayland-scanner
];