mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
8e9fca18e3
Provides a globally unique name (plasmaPackage) instead of using attribute paths as namespaces and locally overloading the mkDerivation name.
7 lines
130 B
Nix
7 lines
130 B
Nix
{ plasmaPackage, extra-cmake-modules }:
|
|
|
|
plasmaPackage {
|
|
name = "kdecoration";
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
}
|