nixpkgs/pkgs/desktops/plasma-5/breeze-qt5.nix

18 lines
489 B
Nix
Raw Normal View History

2016-08-04 14:45:54 +00:00
{
plasmaPackage,
ecm,
frameworkintegration, kcmutils, kconfigwidgets, kcoreaddons, kdecoration,
kguiaddons, ki18n, kwayland, kwindowsystem, plasma-framework, qtx11extras
2016-04-21 16:01:22 +00:00
}:
plasmaPackage {
name = "breeze-qt5";
sname = "breeze";
2016-08-04 14:45:54 +00:00
nativeBuildInputs = [ ecm ];
2016-04-21 16:01:22 +00:00
propagatedBuildInputs = [
2016-08-04 14:45:54 +00:00
frameworkintegration kcmutils kconfigwidgets kcoreaddons kdecoration
kguiaddons ki18n kwayland kwindowsystem plasma-framework qtx11extras
2016-04-21 16:01:22 +00:00
];
cmakeFlags = [ "-DUSE_Qt4=OFF" ];
}