mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
ce77225e21
This is the thing you want to look at.
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
|
|
];
|
|
}
|