ce77225e21
This is the thing you want to look at.
8 lines
124 B
Nix
8 lines
124 B
Nix
{mkKdeDerivation}:
|
|
mkKdeDerivation {
|
|
pname = "extra-cmake-modules";
|
|
|
|
outputs = ["out"];
|
|
|
|
setupHook = ./ecm-hook.sh;
|
|
}
|