depot/third_party/nixpkgs/pkgs/kde/frameworks/kpackage/default.nix

10 lines
210 B
Nix
Raw Normal View History

{mkKdeDerivation}:
mkKdeDerivation {
pname = "kpackage";
# Follow symlinks when resolving packages
# FIXME(later): upstream
patches = [./follow-symlinks.patch];
meta.mainProgram = "kpackagetool6";
}