forked from mirrors/nixpkgs
7 lines
130 B
Nix
7 lines
130 B
Nix
|
{ plasmaPackage, extra-cmake-modules }:
|
||
|
|
||
|
plasmaPackage {
|
||
|
name = "kdecoration";
|
||
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||
|
}
|