mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge branch 'kde-frameworks-qt55'
This commit is contained in:
commit
173d668456
126 changed files with 366 additions and 151 deletions
|
@ -1,14 +1,7 @@
|
|||
{ kdeApp
|
||||
, lib
|
||||
, makeQtWrapper
|
||||
, extra-cmake-modules
|
||||
, gmp
|
||||
, kdoctools
|
||||
, kconfig
|
||||
, kconfigwidgets
|
||||
, kguiaddons
|
||||
, kinit
|
||||
, knotifications
|
||||
{
|
||||
kdeApp, lib, makeQtWrapper, kdoctools,
|
||||
extra-cmake-modules, kconfig, kconfigwidgets, kguiaddons, kinit,
|
||||
knotifications, gmp
|
||||
}:
|
||||
|
||||
kdeApp {
|
||||
|
@ -17,11 +10,7 @@ kdeApp {
|
|||
license = with lib.licenses; [ gpl2 ];
|
||||
maintainers = [ lib.maintainers.fridh ];
|
||||
};
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
kdoctools
|
||||
makeQtWrapper
|
||||
];
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
|
||||
propagatedBuildInputs = [
|
||||
gmp kconfig kconfigwidgets kguiaddons kinit knotifications
|
||||
];
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue