11 lines
196 B
Nix
11 lines
196 B
Nix
|
{mkKdeDerivation}:
|
||
|
mkKdeDerivation {
|
||
|
pname = "kservice";
|
||
|
|
||
|
patches = [
|
||
|
# follow symlinks when generating sycoca
|
||
|
# FIXME(later): upstream
|
||
|
./qdiriterator-follow-symlinks.patch
|
||
|
];
|
||
|
}
|