mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
kio-extras: add libX11 and libXcursor to buildInputs
libX11 and libXcursor are required for Dolphin to be able to generate thumbnails for X cursor files
see 55d370392e
This commit is contained in:
parent
0c31721447
commit
0015d8a4d8
|
@ -3,7 +3,7 @@
|
|||
exiv2, kactivities, kactivities-stats, karchive, kbookmarks, kconfig, kconfigwidgets,
|
||||
kcoreaddons, kdbusaddons, kdsoap, kguiaddons, kdnssd, kiconthemes, ki18n, kio,
|
||||
khtml, kpty, syntax-highlighting, libmtp, libssh, openexr, libtirpc,
|
||||
ilmbase, phonon, qtsvg, samba, solid, gperf, taglib
|
||||
ilmbase, phonon, qtsvg, samba, solid, gperf, taglib, libX11, libXcursor
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
|
@ -17,7 +17,7 @@ mkDerivation {
|
|||
exiv2 kactivities kactivities-stats karchive kbookmarks kconfig kconfigwidgets kcoreaddons
|
||||
kdbusaddons kdsoap kguiaddons kdnssd kiconthemes ki18n kio khtml
|
||||
kpty syntax-highlighting libmtp libssh openexr libtirpc
|
||||
phonon qtsvg samba solid gperf taglib
|
||||
phonon qtsvg samba solid gperf taglib libX11 libXcursor
|
||||
];
|
||||
|
||||
# org.kde.kmtpd5 DBUS service launches kiod5 binary from kio derivation, not from kio-extras
|
||||
|
|
Loading…
Reference in a new issue