mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
12 lines
161 B
Nix
12 lines
161 B
Nix
|
{ kde, kdelibs, nepomuk_core }:
|
||
|
|
||
|
kde {
|
||
|
|
||
|
buildInputs = [ kdelibs nepomuk_core ];
|
||
|
|
||
|
meta = {
|
||
|
description = "NEPOMUK Widgets";
|
||
|
license = "GPLv2";
|
||
|
};
|
||
|
}
|