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