mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
webkitgtk212x: move libXdmcp to buildInputs
This commit is contained in:
parent
2159ea5e4c
commit
2b3e994587
@ -40,14 +40,14 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake perl python ruby bison gperf sqlite
|
cmake perl python ruby bison gperf sqlite
|
||||||
pkgconfig gettext gobjectIntrospection
|
pkgconfig gettext gobjectIntrospection
|
||||||
] ++ (with xlibs; [ libXdmcp ]);
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
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 ]);
|
++ (with xlibs; [ libXdmcp libXt libXtst ]);
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
libsoup gtk3
|
libsoup gtk3
|
||||||
|
Loading…
Reference in New Issue
Block a user