d343a357f1
svn path=/nixpkgs/trunk/; revision=314
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
Package(
|
|
[ ("name", "gcc-3.3.1")
|
|
|
|
, ("build", Relative("gcc/gcc-build.sh"))
|
|
|
|
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "ftp://ftp.nluug.nl/pub/gnu/gcc/gcc-3.3.1/gcc-3.3.1.tar.bz2")
|
|
, ("md5", "1135a104e9fa36fdf7c663598fab5c40")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv-linux/stdenv-nativetools.fix"))
|
|
]
|
|
)
|