mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
7 lines
98 B
Nix
7 lines
98 B
Nix
{ plasmaPackage, ecm }:
|
|
|
|
plasmaPackage {
|
|
name = "kdecoration";
|
|
nativeBuildInputs = [ ecm ];
|
|
}
|