2017-03-11 15:29:44 +00:00
|
|
|
{
|
2017-05-16 16:56:41 +01:00
|
|
|
mkDerivation, lib,
|
2017-05-17 20:26:11 +01:00
|
|
|
extra-cmake-modules, kdoctools,
|
2018-03-28 14:23:28 +01:00
|
|
|
kdelibs4support, kdnssd, libvncserver, libXtst, libXdamage, qtx11extras
|
2017-03-11 15:29:44 +00:00
|
|
|
}:
|
|
|
|
|
2017-05-16 16:56:41 +01:00
|
|
|
mkDerivation {
|
|
|
|
name = "krfb";
|
|
|
|
meta = {
|
|
|
|
license = with lib.licenses; [ gpl2 fdl12 ];
|
|
|
|
maintainers = with lib.maintainers; [ jerith666 ];
|
|
|
|
};
|
2017-05-17 20:26:11 +01:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2018-03-28 14:23:28 +01:00
|
|
|
buildInputs = [ libvncserver libXtst libXdamage qtx11extras ];
|
2017-05-17 20:26:11 +01:00
|
|
|
propagatedBuildInputs = [ kdelibs4support kdnssd ];
|
2017-03-11 15:29:44 +00:00
|
|
|
}
|