forked from mirrors/nixpkgs
kde5.kcalc: propagate buildInputs
This commit is contained in:
parent
fa758af5d8
commit
d3b1d5740e
|
@ -13,27 +13,18 @@
|
|||
|
||||
kdeApp {
|
||||
name = "kcalc";
|
||||
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
kdoctools
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gmp
|
||||
kconfig
|
||||
kconfigwidgets
|
||||
kguiaddons
|
||||
kinit
|
||||
knotifications
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
wrapQtProgram "$out/bin/kcalc"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
license = with lib.licenses; [ gpl2 ];
|
||||
maintainers = [ lib.maintainers.fridh ];
|
||||
};
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
kdoctools
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
gmp kconfig kconfigwidgets kguiaddons kinit knotifications
|
||||
];
|
||||
postInstall = ''
|
||||
wrapQtProgram "$out/bin/kcalc"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue