1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00
nixpkgs/pkgs/desktops/plasma-5/kgamma5.nix

10 lines
235 B
Nix
Raw Normal View History

{ mkDerivation, extra-cmake-modules, kdoctools, kdelibs4support
2016-04-21 17:01:22 +01:00
, qtx11extras
}:
mkDerivation {
2016-04-21 17:01:22 +01:00
name = "kgamma5";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
2016-04-21 17:01:22 +01:00
propagatedBuildInputs = [ kdelibs4support qtx11extras ];
}