mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 16:15:05 +00:00
11 lines
127 B
Nix
11 lines
127 B
Nix
|
{ kde, kdelibs }:
|
||
|
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs ];
|
||
|
|
||
|
meta = {
|
||
|
description = "SVG KPart";
|
||
|
license = "GPLv2";
|
||
|
};
|
||
|
}
|