In nixpkgs, the file for ktouch looks like this:

{ kde, kdelibs, libxkbfile }:

kde {
  buildInputs = [ kdelibs libxkbfile ];

  meta = {
    description = "Touch Typing Tutor";
  };
}

Where do I find the "definition" of what could probably be called the
kde build system?

Andreas


Reply via email to