c7cb07f092
GitOrigin-RevId: 1536926ef5621b09bba54035ae2bb6d806d72ac8
8 lines
172 B
Nix
8 lines
172 B
Nix
{mkKdeDerivation}:
|
|
mkKdeDerivation {
|
|
pname = "kpackage";
|
|
|
|
# Follow symlinks when resolving packages
|
|
# FIXME(later): upstream
|
|
patches = [./follow-symlinks.patch];
|
|
}
|