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