krdc: add kwindowsystem dependency
This commit is contained in:
parent
11fce46ca0
commit
0612588aa5
@ -2,7 +2,7 @@
|
|||||||
mkDerivation, lib,
|
mkDerivation, lib,
|
||||||
extra-cmake-modules, kdoctools, makeWrapper,
|
extra-cmake-modules, kdoctools, makeWrapper,
|
||||||
kcmutils, kcompletion, kconfig, kdnssd, knotifyconfig, kwallet, kwidgetsaddons,
|
kcmutils, kcompletion, kconfig, kdnssd, knotifyconfig, kwallet, kwidgetsaddons,
|
||||||
libvncserver, freerdp
|
kwindowsystem, libvncserver, freerdp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -10,7 +10,7 @@ mkDerivation {
|
|||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
kcmutils kcompletion kconfig kdnssd knotifyconfig kwallet kwidgetsaddons
|
kcmutils kcompletion kconfig kdnssd knotifyconfig kwallet kwidgetsaddons
|
||||||
freerdp libvncserver
|
kwindowsystem freerdp libvncserver
|
||||||
];
|
];
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram $out/bin/krdc \
|
wrapProgram $out/bin/krdc \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user