mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
7 lines
130 B
Nix
7 lines
130 B
Nix
{ plasmaPackage, extra-cmake-modules }:
|
|
|
|
plasmaPackage {
|
|
name = "kdecoration";
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
}
|