add mingetty

svn path=/nixpkgs/trunk/; revision=3252
This commit is contained in:
Armijn Hemel
2005-06-23 14:02:19 +00:00
parent 078e602efc
commit 9301297f83

View File

@@ -991,6 +991,10 @@ rec {
inherit fetchurl stdenv perl;
};
mingetty = (import ../os-specific/linux/mingetty) {
inherit fetchurl stdenv;
};
alsaLib = (import ../os-specific/linux/alsa/library) {
inherit fetchurl stdenv;
};