mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
kcalc: add new MPFR dependency
This commit is contained in:
parent
3400620cc3
commit
d945117959
@ -2,7 +2,7 @@
|
||||
mkDerivation, lib,
|
||||
extra-cmake-modules, kdoctools,
|
||||
gmp, kconfig, kconfigwidgets, kcrash, kguiaddons, ki18n, kinit,
|
||||
knotifications, kxmlgui,
|
||||
knotifications, kxmlgui, mpfr,
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
@ -14,6 +14,6 @@ mkDerivation {
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [
|
||||
gmp kconfig kconfigwidgets kcrash kguiaddons ki18n kinit knotifications
|
||||
kxmlgui
|
||||
kxmlgui mpfr
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user