mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
disable klibc for now, as we don't use it anyway (maybe later)
svn path=/nixpkgs/trunk/; revision=3745
This commit is contained in:
parent
0111856eae
commit
8ab397a2ed
@ -1125,9 +1125,9 @@ rec {
|
|||||||
inherit fetchurl stdenv perl;
|
inherit fetchurl stdenv perl;
|
||||||
};
|
};
|
||||||
|
|
||||||
klibc = (import ../os-specific/linux/klibc) {
|
#klibc = (import ../os-specific/linux/klibc) {
|
||||||
inherit fetchurl stdenv kernel perl bison flexWrapper;
|
# inherit fetchurl stdenv kernel perl bison flexWrapper;
|
||||||
};
|
#};
|
||||||
|
|
||||||
mingetty = (import ../os-specific/linux/mingetty) {
|
mingetty = (import ../os-specific/linux/mingetty) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
|
Loading…
Reference in New Issue
Block a user