2003-08-19 12:40:54 +02:00
|
|
|
Package(
|
|
|
|
[ ("name", "stdenv-linux")
|
|
|
|
, ("build", Relative("stdenv-linux/stdenv-build.sh"))
|
|
|
|
|
|
|
|
, ("setup", Relative("stdenv-linux/setup.sh"))
|
|
|
|
, ("baseenv", IncludeFix("baseenv/baseenv.fix"))
|
|
|
|
, ("glibc", IncludeFix("glibc/glibc.fix"))
|
2003-08-26 17:25:26 +02:00
|
|
|
, ("linux", IncludeFix("linux-headers/linux-headers.fix"))
|
2003-08-19 12:40:54 +02:00
|
|
|
|
|
|
|
, ("tools",
|
|
|
|
[ IncludeFix("coreutils/coreutils.fix")
|
2003-08-22 17:06:24 +02:00
|
|
|
, IncludeFix("findutils/findutils.fix")
|
2003-08-19 12:40:54 +02:00
|
|
|
, IncludeFix("gnused/gnused.fix")
|
|
|
|
, IncludeFix("gnugrep/gnugrep.fix")
|
|
|
|
, IncludeFix("gawk/gawk.fix")
|
|
|
|
, IncludeFix("gnutar/gnutar.fix")
|
|
|
|
, IncludeFix("diffutils/diffutils.fix")
|
|
|
|
, IncludeFix("gzip/gzip.fix")
|
|
|
|
, IncludeFix("bzip2/bzip2.fix")
|
|
|
|
, IncludeFix("gnumake/gnumake.fix")
|
|
|
|
, IncludeFix("bash/bash.fix")
|
|
|
|
])
|
|
|
|
|
2003-08-26 17:25:26 +02:00
|
|
|
, ("gcc", IncludeFix("gcc/gcc.fix"))
|
2003-08-27 14:37:38 +02:00
|
|
|
, ("binutils", IncludeFix("binutils/binutils.fix"))
|
2003-08-26 17:25:26 +02:00
|
|
|
, ("shell", IncludeFix("bash/bash.fix"))
|
2003-08-19 12:40:54 +02:00
|
|
|
]
|
|
|
|
)
|