mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 10:34:16 +00:00
7 lines
130 B
Nix
7 lines
130 B
Nix
|
{ plasmaPackage, extra-cmake-modules }:
|
||
|
|
||
|
plasmaPackage {
|
||
|
name = "kdecoration";
|
||
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||
|
}
|