webkitgtk218x: fix build

This commit is contained in:
Jan Malakhovski 2018-03-25 21:33:23 +00:00 committed by Nikolay Amiantov
parent e822c85287
commit 98a8a9b08a

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
sqlite gst-plugins-base gst-plugins-bad libxkbcommon epoxy at-spi2-core
] ++ optional enableGeoLocation geoclue2
++ optional enableGtk2Plugins gtk2
++ (with xorg; [ libXdmcp libXt libXtst ])
++ (with xorg; [ libXdmcp libXt libXtst libXdamage ])
++ optionals stdenv.isDarwin [ libedit readline libGLU_combined ]
++ optional stdenv.isLinux wayland;