mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 08:14:19 +00:00
8 lines
162 B
Nix
8 lines
162 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "kdesu";
|
|
|
|
# Look for NixOS SUID wrapper first
|
|
patches = [ ./kdesu-search-for-wrapped-daemon-first.patch ];
|
|
}
|