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];
|
||
|
}
|