3
0
Fork 0
forked from mirrors/nixpkgs

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:
Armijn Hemel 2005-08-27 17:58:49 +00:00
parent 36c969565f
commit 42f3a42cee

View file

@ -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;
};