587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
13 lines
309 B
Nix
13 lines
309 B
Nix
{mkKdeDerivation}:
|
|
mkKdeDerivation {
|
|
pname = "kservice";
|
|
|
|
# FIXME(later): upstream
|
|
patches = [
|
|
# follow symlinks when generating sycoca
|
|
./qdiriterator-follow-symlinks.patch
|
|
# explode less when sycoca is deleted
|
|
./handle-sycoca-deletion.patch
|
|
];
|
|
meta.mainProgram = "kbuildsycoca6";
|
|
}
|