add mingetty
svn path=/nixpkgs/trunk/; revision=3252
This commit is contained in:
parent
078e602efc
commit
9301297f83
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue