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 16:01:22 +00:00
}:
mkDerivation {
2022-03-06 21:28:56 +00:00
pname = "kgamma5";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
2018-03-28 13:24:15 +00:00
buildInputs = [ kconfig kconfigwidgets ki18n qtx11extras libXxf86vm ];
2016-04-21 16:01:22 +00:00
}