mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
su: Make the su package a provider of only the su binary
Additionally, provide su with the base system and remove su from the util-linux package as it is now provided by shadow.
This commit is contained in:
parent
4ab58240a9
commit
28ab3acb58
4 changed files with 13 additions and 2 deletions
|
@ -46,6 +46,7 @@ let
|
|||
pkgs.rsync
|
||||
pkgs.strace
|
||||
pkgs.sysvtools
|
||||
pkgs.su
|
||||
pkgs.time
|
||||
pkgs.usbutils
|
||||
pkgs.utillinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue