mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
webkitgtk212x: add missing X library inputs
Conservatively added to buildInputs, but not really sure why libXdmcp is native. @bendlas?
This commit is contained in:
parent
3373ef1349
commit
85148e8ed2
@ -46,7 +46,8 @@ stdenv.mkDerivation rec {
|
|||||||
gtk2 wayland libwebp enchant libnotify
|
gtk2 wayland libwebp enchant libnotify
|
||||||
libxml2 libsecret libxslt harfbuzz libpthreadstubs
|
libxml2 libsecret libxslt harfbuzz libpthreadstubs
|
||||||
gst-plugins-base libxkbcommon epoxy at_spi2_core
|
gst-plugins-base libxkbcommon epoxy at_spi2_core
|
||||||
] ++ optional enableGeoLocation geoclue2;
|
] ++ optional enableGeoLocation geoclue2
|
||||||
|
++ (with xlibs; [ libXt libXtst ]);
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
libsoup gtk3
|
libsoup gtk3
|
||||||
|
Loading…
Reference in New Issue
Block a user