nixpkgs/pkgs/desktops/plasma-5/milou.nix

16 lines
345 B
Nix
Raw Normal View History

{
mkDerivation,
extra-cmake-modules,
kcoreaddons, kdeclarative, ki18n, krunner, kservice, plasma-framework,
2017-08-18 10:27:38 -07:00
qtscript, qtdeclarative
2016-04-21 09:01:22 -07:00
}:
mkDerivation {
2016-04-21 09:01:22 -07:00
name = "milou";
2017-05-26 13:44:36 -07:00
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
kcoreaddons kdeclarative ki18n krunner kservice plasma-framework
qtdeclarative qtscript
2016-04-21 09:01:22 -07:00
];
}