kde5.gwenview: propagate all buildInputs
This commit is contained in:
parent
fc6606adaf
commit
fd129bd97a
@ -16,29 +16,19 @@
|
|||||||
|
|
||||||
kdeApp {
|
kdeApp {
|
||||||
name = "gwenview";
|
name = "gwenview";
|
||||||
|
meta = {
|
||||||
|
license = with lib.licenses; [ gpl2 fdl12 ];
|
||||||
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
|
};
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
kdoctools
|
kdoctools
|
||||||
makeQtWrapper
|
makeQtWrapper
|
||||||
];
|
];
|
||||||
buildInputs = [
|
|
||||||
exiv2
|
|
||||||
lcms2
|
|
||||||
phonon
|
|
||||||
qtsvg
|
|
||||||
];
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
baloo
|
baloo kactivities kdelibs4support kio qtx11extras exiv2 lcms2 phonon qtsvg
|
||||||
kactivities
|
|
||||||
kdelibs4support
|
|
||||||
kio
|
|
||||||
qtx11extras
|
|
||||||
];
|
];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/gwenview"
|
wrapQtProgram "$out/bin/gwenview"
|
||||||
'';
|
'';
|
||||||
meta = {
|
|
||||||
license = with lib.licenses; [ gpl2 fdl12 ];
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user