mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 09:54:52 +00:00
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];
|
||
|
}
|