1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01: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 14:24:15 +01:00
kconfig, kconfigwidgets, ki18n, qtx11extras, libXxf86vm
2016-04-21 17:01:22 +01:00
}:
mkDerivation {
2016-04-21 17:01:22 +01:00
name = "kgamma5";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
2018-03-28 14:24:15 +01:00
buildInputs = [ kconfig kconfigwidgets ki18n qtx11extras libXxf86vm ];
2016-04-21 17:01:22 +01:00
}