0
0
Fork 0
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:
William A. Kennington III 2014-04-05 13:41:23 -05:00
parent 4ab58240a9
commit 28ab3acb58
4 changed files with 13 additions and 2 deletions

View file

@ -46,6 +46,7 @@ let
pkgs.rsync
pkgs.strace
pkgs.sysvtools
pkgs.su
pkgs.time
pkgs.usbutils
pkgs.utillinux