mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
Enabling the build of uclibc (I don't know why it was commented)
svn path=/nixpkgs/trunk/; revision=22816
This commit is contained in:
parent
20db67154c
commit
2423a7c821
@ -7002,11 +7002,9 @@ let
|
||||
inherit fetchurl stdenv unzip;
|
||||
};
|
||||
|
||||
/*
|
||||
uclibc = import ../os-specific/linux/uclibc {
|
||||
inherit fetchurl stdenv linuxHeaders;
|
||||
};
|
||||
*/
|
||||
|
||||
uclibcCross = import ../os-specific/linux/uclibc {
|
||||
inherit fetchurl stdenv;
|
||||
|
Loading…
Reference in New Issue
Block a user