mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
webkitgtk218x: fix build
This commit is contained in:
parent
e822c85287
commit
98a8a9b08a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user