kde5.kiconthemes: propagate all buildInputs
This commit is contained in:
parent
ad2671f73c
commit
22300d7c59
|
@ -5,14 +5,11 @@
|
||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kiconthemes";
|
name = "kiconthemes";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||||
nativeBuildInputs = [ extra-cmake-modules makeQtWrapper ];
|
nativeBuildInputs = [ extra-cmake-modules makeQtWrapper ];
|
||||||
buildInputs = [ kconfigwidgets kitemviews qtsvg ];
|
propagatedBuildInputs = [ breeze-icons kconfigwidgets ki18n kitemviews qtsvg ];
|
||||||
propagatedBuildInputs = [ breeze-icons ki18n ];
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/kiconfinder5"
|
wrapQtProgram "$out/bin/kiconfinder5"
|
||||||
'';
|
'';
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue