mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 17:10:27 +00:00
11 lines
127 B
Nix
11 lines
127 B
Nix
|
{ kde, kdelibs }:
|
||
|
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs ];
|
||
|
|
||
|
meta = {
|
||
|
description = "SVG KPart";
|
||
|
license = "GPLv2";
|
||
|
};
|
||
|
}
|