1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 10:56:53 +00:00
nixpkgs/pkgs/desktops/kde-4.12/kdesdk/kapptemplate.nix

10 lines
129 B
Nix
Raw Normal View History

2014-02-13 02:25:11 +00:00
{ kde, kdelibs }:
kde {
buildInputs = [ kdelibs ];
meta = {
description = "A KDE 4 project template generator";
};
}