mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
ce77225e21
This is the thing you want to look at.
8 lines
158 B
Nix
8 lines
158 B
Nix
{mkKdeDerivation}:
|
|
mkKdeDerivation {
|
|
pname = "kdesu";
|
|
|
|
# Look for NixOS SUID wrapper first
|
|
patches = [./kdesu-search-for-wrapped-daemon-first.patch];
|
|
}
|