1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00
nixpkgs/pkgs/desktops/kde-4.10/kdelibs/nepomuk-widgets.nix

12 lines
161 B
Nix

{ kde, kdelibs, nepomuk_core }:
kde {
buildInputs = [ kdelibs nepomuk_core ];
meta = {
description = "NEPOMUK Widgets";
license = "GPLv2";
};
}