kinfocenter: clean up 80-column violations
This commit is contained in:
parent
f0456b2305
commit
08c61d45c5
@ -3,9 +3,9 @@
|
|||||||
extra-cmake-modules, kdoctools,
|
extra-cmake-modules, kdoctools,
|
||||||
qtbase,
|
qtbase,
|
||||||
kcmutils, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons,
|
kcmutils, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons,
|
||||||
kdeclarative, ki18n, kiconthemes, kio, kirigami2, kpackage,
|
kdeclarative, ki18n, kiconthemes, kio, kirigami2, kpackage, kservice,
|
||||||
kservice, kwayland, kwidgetsaddons, kxmlgui, libraw1394, libGLU, pciutils,
|
kwayland, kwidgetsaddons, kxmlgui, solid, systemsettings,
|
||||||
solid, systemsettings
|
libraw1394, libGLU, pciutils,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -13,12 +13,15 @@ mkDerivation {
|
|||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
kcmutils kcompletion kconfig kconfigwidgets kcoreaddons kdbusaddons
|
kcmutils kcompletion kconfig kconfigwidgets kcoreaddons kdbusaddons
|
||||||
kdeclarative ki18n kiconthemes kio kirigami2 kpackage
|
kdeclarative ki18n kiconthemes kio kirigami2 kpackage kservice kwayland
|
||||||
kservice kwayland kwidgetsaddons kxmlgui libraw1394 libGLU pciutils solid systemsettings
|
kwidgetsaddons kxmlgui solid systemsettings
|
||||||
|
|
||||||
|
libraw1394 libGLU pciutils
|
||||||
];
|
];
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
# fix wrong symlink of infocenter pointing to a 'systemsettings5' binary in the same directory,
|
# fix wrong symlink of infocenter pointing to a 'systemsettings5' binary in
|
||||||
# while it is actually located in a completely different store path
|
# the same directory, while it is actually located in a completely different
|
||||||
|
# store path
|
||||||
ln -sf ${lib.getBin systemsettings}/bin/systemsettings5 $out/bin/kinfocenter
|
ln -sf ${lib.getBin systemsettings}/bin/systemsettings5 $out/bin/kinfocenter
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user