2017-03-11 07:29:44 -08:00
|
|
|
{
|
2017-05-16 08:56:41 -07:00
|
|
|
mkDerivation, lib,
|
2017-05-17 12:26:11 -07:00
|
|
|
extra-cmake-modules, kdoctools,
|
2021-05-11 13:33:29 -07:00
|
|
|
kconfig, kcoreaddons, kcrash, kdbusaddons, kdnssd, knotifications, kwallet,
|
|
|
|
kwidgetsaddons, kwindowsystem, kxmlgui,
|
|
|
|
libvncserver, libXtst, libXdamage,
|
|
|
|
qtx11extras
|
2017-03-11 07:29:44 -08:00
|
|
|
}:
|
|
|
|
|
2017-05-16 08:56:41 -07:00
|
|
|
mkDerivation {
|
2020-12-24 15:05:07 -08:00
|
|
|
pname = "krfb";
|
2017-05-16 08:56:41 -07:00
|
|
|
meta = {
|
|
|
|
license = with lib.licenses; [ gpl2 fdl12 ];
|
|
|
|
maintainers = with lib.maintainers; [ jerith666 ];
|
|
|
|
};
|
2017-05-17 12:26:11 -07:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2021-05-11 13:33:29 -07:00
|
|
|
buildInputs = [
|
|
|
|
libvncserver libXtst libXdamage
|
|
|
|
kconfig kcoreaddons kcrash kdbusaddons knotifications kwallet kwidgetsaddons
|
|
|
|
kwindowsystem kxmlgui
|
|
|
|
qtx11extras
|
|
|
|
];
|
|
|
|
propagatedBuildInputs = [ kdnssd ];
|
2017-03-11 07:29:44 -08:00
|
|
|
}
|