nixpkgs/pkgs/gcc/gcc.fix

14 lines
348 B
Plaintext
Raw Normal View History

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"))
]
)