| Tim Windelschmidt | 98000a5 | 2025-03-06 14:22:15 +0100 | [diff] [blame] | 1 | { pkgs }: with pkgs; |
| 2 | util-linux.override (old: { | ||||
| 3 | pamSupport = false; | ||||
| 4 | ncursesSupport = false; | ||||
| 5 | capabilitiesSupport = false; | ||||
| 6 | systemdSupport = false; | ||||
| 7 | translateManpages = false; | ||||
| 8 | nlsSupport = false; | ||||
| 9 | shadowSupport = false; | ||||
| 10 | writeSupport = false; | ||||
| 11 | }) | ||||