mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Fix fullDepEntry location in setuid-wrappers.nix.
svn path=/nixos/branches/modular-nixos/; revision=15733
This commit is contained in:
parent
af07eae056
commit
47f70fda2f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ in
|
|||
'')
|
||||
config.security.setuidOwners);
|
||||
|
||||
in fullDepEntry ''
|
||||
in pkgs.stringsWithDeps.fullDepEntry ''
|
||||
# Look in the system path and in the default profile for
|
||||
# programs to be wrapped. However, having setuid programs
|
||||
# in a profile is problematic, since the NixOS activation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue