mediamtx: 1.9.2 -> 1.9.3 (#352624)
[NixPkgs.git] / pkgs / kde / frameworks / kservice / default.nix
blob5a7bb7a5884a97d9dc09f1f400d4377c0947897b
1 { mkKdeDerivation }:
2 mkKdeDerivation {
3   pname = "kservice";
5   # FIXME(later): upstream
6   patches = [
7     # follow symlinks when generating sycoca
8     ./qdiriterator-follow-symlinks.patch
9     # explode less when sycoca is deleted
10     ./handle-sycoca-deletion.patch
11   ];
12   meta.mainProgram = "kbuildsycoca6";