ce77225e21
This is the thing you want to look at.
10 lines
196 B
Nix
10 lines
196 B
Nix
{mkKdeDerivation}:
|
|
mkKdeDerivation {
|
|
pname = "kservice";
|
|
|
|
patches = [
|
|
# follow symlinks when generating sycoca
|
|
# FIXME(later): upstream
|
|
./qdiriterator-follow-symlinks.patch
|
|
];
|
|
}
|