mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
10 lines
237 B
Nix
10 lines
237 B
Nix
|
{ plasmaPackage, extra-cmake-modules, kdoctools, kdelibs4support
|
||
|
, qtx11extras
|
||
|
}:
|
||
|
|
||
|
plasmaPackage {
|
||
|
name = "kgamma5";
|
||
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||
|
propagatedBuildInputs = [ kdelibs4support qtx11extras ];
|
||
|
}
|