depot/third_party/nixpkgs/pkgs/kde/frameworks/kdesu/default.nix

7 lines
162 B
Nix

{ mkKdeDerivation }:
mkKdeDerivation {
pname = "kdesu";
# Look for NixOS SUID wrapper first
patches = [ ./kdesu-search-for-wrapped-daemon-first.patch ];
}