587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
9 lines
210 B
Nix
9 lines
210 B
Nix
{mkKdeDerivation}:
|
|
mkKdeDerivation {
|
|
pname = "kpackage";
|
|
|
|
# Follow symlinks when resolving packages
|
|
# FIXME(later): upstream
|
|
patches = [./follow-symlinks.patch];
|
|
meta.mainProgram = "kpackagetool6";
|
|
}
|