2017-03-11 18:29:44 +03:00
|
|
|
{
|
2017-05-16 18:56:41 +03:00
|
|
|
mkDerivation, lib,
|
2017-05-17 22:26:11 +03:00
|
|
|
extra-cmake-modules, kdoctools,
|
2017-06-25 22:35:59 +03:00
|
|
|
kdelibs4support, kdnssd, libvncserver, libXtst, qtx11extras
|
2017-03-11 18:29:44 +03:00
|
|
|
}:
|
|
|
|
|
2017-05-16 18:56:41 +03:00
|
|
|
mkDerivation {
|
|
|
|
name = "krfb";
|
|
|
|
meta = {
|
|
|
|
license = with lib.licenses; [ gpl2 fdl12 ];
|
|
|
|
maintainers = with lib.maintainers; [ jerith666 ];
|
|
|
|
};
|
2017-05-17 22:26:11 +03:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2017-06-25 22:35:59 +03:00
|
|
|
buildInputs = [ libvncserver libXtst qtx11extras ];
|
2017-05-17 22:26:11 +03:00
|
|
|
propagatedBuildInputs = [ kdelibs4support kdnssd ];
|
2017-03-11 18:29:44 +03:00
|
|
|
}
|