mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
ce77225e21
This is the thing you want to look at.
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];
|
|
}
|