depot/third_party/nixpkgs/pkgs/kde/frameworks/kdesu/default.nix
Default email 7e47f3658e Project import generated by Copybara.
GitOrigin-RevId: 1925c603f17fc89f4c8f6bf6f631a802ad85d784
2024-09-26 11:04:55 +00:00

7 lines
162 B
Nix

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