commit
4ac6a8ba54
@ -11,7 +11,7 @@
|
|||||||
kcoreaddons, kcrash, kdeclarative, kdecoration, kglobalaccel, ki18n,
|
kcoreaddons, kcrash, kdeclarative, kdecoration, kglobalaccel, ki18n,
|
||||||
kiconthemes, kidletime, kinit, kio, knewstuff, knotifications, kpackage,
|
kiconthemes, kidletime, kinit, kio, knewstuff, knotifications, kpackage,
|
||||||
kscreenlocker, kservice, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui,
|
kscreenlocker, kservice, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui,
|
||||||
plasma-framework, qtsensors, libcap
|
plasma-framework, qtsensors, libcap, libdrm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -27,7 +27,7 @@ mkDerivation {
|
|||||||
kcoreaddons kcrash kdeclarative kdecoration kglobalaccel ki18n kiconthemes
|
kcoreaddons kcrash kdeclarative kdecoration kglobalaccel ki18n kiconthemes
|
||||||
kidletime kinit kio knewstuff knotifications kpackage kscreenlocker kservice
|
kidletime kinit kio knewstuff knotifications kpackage kscreenlocker kservice
|
||||||
kwayland kwidgetsaddons kwindowsystem kxmlgui plasma-framework
|
kwayland kwidgetsaddons kwindowsystem kxmlgui plasma-framework
|
||||||
libcap
|
libcap libdrm
|
||||||
];
|
];
|
||||||
outputs = [ "bin" "dev" "out" ];
|
outputs = [ "bin" "dev" "out" ];
|
||||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||||
|
@ -907,10 +907,10 @@ index dd9e304d..49d456e9 100644
|
|||||||
- }
|
- }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kstartupconfig5
|
-kstartupconfig5
|
||||||
|
+@CMAKE_INSTALL_FULL_BINDIR@/kstartupconfig5
|
||||||
returncode=$?
|
returncode=$?
|
||||||
-if test $returncode -ne 0; then
|
if test $returncode -ne 0; then
|
||||||
+if ! @CMAKE_INSTALL_FULL_BINDIR@/kstartupconfig5; then
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
-[ -r $configDir/startupconfig ] && . $configDir/startupconfig
|
-[ -r $configDir/startupconfig ] && . $configDir/startupconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user