mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
kde5.kde-cli-tools: propagate all buildInputs
This commit is contained in:
parent
3f4e8ab467
commit
9b5161e3aa
@ -6,11 +6,9 @@
|
|||||||
plasmaPackage {
|
plasmaPackage {
|
||||||
name = "kde-cli-tools";
|
name = "kde-cli-tools";
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
||||||
buildInputs = [
|
|
||||||
kcmutils kconfig kdesu kiconthemes
|
|
||||||
];
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
kdelibs4support ki18n kwindowsystem qtsvg qtx11extras
|
kdelibs4support ki18n kwindowsystem qtsvg qtx11extras kcmutils kconfig kdesu
|
||||||
|
kiconthemes
|
||||||
];
|
];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/kmimetypefinder5"
|
wrapQtProgram "$out/bin/kmimetypefinder5"
|
||||||
|
Loading…
Reference in New Issue
Block a user