kde5.gwenview: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 13:09:36 -05:00
parent fc6606adaf
commit fd129bd97a

View File

@ -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 ];
};
} }