Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 311 B view raw
1{ mkKdeDerivation }: 2mkKdeDerivation { 3 pname = "kservice"; 4 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"; 13}