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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
283 B
Nix
Raw Normal View History

{ mkDerivation
, extra-cmake-modules
, kdoctools
, kconfig
, kconfigwidgets
, ki18n
, qtx11extras
, libXxf86vm
2016-04-21 18:01:22 +02:00
}:
mkDerivation {
2022-03-06 22:28:56 +01:00
pname = "kgamma5";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
2018-03-28 15:24:15 +02:00
buildInputs = [ kconfig kconfigwidgets ki18n qtx11extras libXxf86vm ];
2016-04-21 18:01:22 +02:00
}