kde5.kcalc: propagate buildInputs

wip/yesman
Thomas Tuegel 8 years ago
parent fa758af5d8
commit d3b1d5740e
  1. 21
      pkgs/desktops/kde-5/applications-16.04/kcalc.nix

@ -13,27 +13,18 @@
kdeApp {
name = "kcalc";
meta = {
license = with lib.licenses; [ gpl2 ];
maintainers = [ lib.maintainers.fridh ];
};
nativeBuildInputs = [
extra-cmake-modules
kdoctools
];
buildInputs = [
gmp
kconfig
kconfigwidgets
kguiaddons
kinit
knotifications
propagatedBuildInputs = [
gmp kconfig kconfigwidgets kguiaddons kinit knotifications
];
postInstall = ''
wrapQtProgram "$out/bin/kcalc"
'';
meta = {
license = with lib.licenses; [ gpl2 ];
maintainers = [ lib.maintainers.fridh ];
};
}

Loading…
Cancel
Save