depot/third_party/nixpkgs/pkgs/kde/frameworks/extra-cmake-modules/default.nix

9 lines
124 B
Nix
Raw Normal View History

{mkKdeDerivation}:
mkKdeDerivation {
pname = "extra-cmake-modules";
outputs = ["out"];
setupHook = ./ecm-hook.sh;
}