mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
add wrapper for mingetty. Doesn't work yet, because there's no /dev/log yet
where login can log to... svn path=/nixpkgs/trunk/; revision=3722
This commit is contained in:
parent
36c969565f
commit
42f3a42cee
@ -1101,6 +1101,10 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
mingettyWrapper = (import ../os-specific/linux/mingetty-wrapper) {
|
||||
inherit stdenv mingetty shadowutils;
|
||||
};
|
||||
|
||||
nfsUtils = (import ../os-specific/linux/nfs-utils) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user