1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/desktops/plasma-5/kgamma5.nix

12 lines
281 B
Nix
Raw Normal View History

{
mkDerivation,
extra-cmake-modules, kdoctools,
2018-03-28 09:24:15 -04:00
kconfig, kconfigwidgets, ki18n, qtx11extras, libXxf86vm
2016-04-21 12:01:22 -04:00
}:
mkDerivation {
2016-04-21 12:01:22 -04:00
name = "kgamma5";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
2018-03-28 09:24:15 -04:00
buildInputs = [ kconfig kconfigwidgets ki18n qtx11extras libXxf86vm ];
2016-04-21 12:01:22 -04:00
}