mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 02:47:39 +00:00
add mingetty
svn path=/nixpkgs/trunk/; revision=3252
This commit is contained in:
parent
078e602efc
commit
9301297f83
@ -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 New Issue
Block a user