Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/compilers/ghc/boot.nix

15 lines
314 B
Nix
Raw Normal View History

* Added GHC and Helium. Note that GHC is built using a pre-built GHC for Linux/x86, which is not pure and doesn't work on other platforms! svn path=/nixpkgs/trunk/; revision=776
2004-02-12 13:18:24 +00:00
{stdenv, fetchurl, perl}:
assert perl != null;
assert stdenv.system == "i686-linux";
* GHC now works again. svn path=/nixpkgs/trunk/; revision=925
2004-04-07 14:16:57 +00:00
stdenv.mkDerivation {
name = "ghc-6.2.1";
* Added GHC and Helium. Note that GHC is built using a pre-built GHC for Linux/x86, which is not pure and doesn't work on other platforms! svn path=/nixpkgs/trunk/; revision=776
2004-02-12 13:18:24 +00:00
src = fetchurl {
* GHC now works again. svn path=/nixpkgs/trunk/; revision=925
2004-04-07 14:16:57 +00:00
url = http://www.haskell.org/ghc/dist/6.2.1/ghc-6.2.1-i386-unknown-linux.tar.bz2;
md5 = "48d9d6b9f7bf1f15d69e8bd732ee254c";
* Added GHC and Helium. Note that GHC is built using a pre-built GHC for Linux/x86, which is not pure and doesn't work on other platforms! svn path=/nixpkgs/trunk/; revision=776
2004-02-12 13:18:24 +00:00
};
* GHC now works again. svn path=/nixpkgs/trunk/; revision=925
2004-04-07 14:16:57 +00:00
buildInputs = [perl];
* Added GHC and Helium. Note that GHC is built using a pre-built GHC for Linux/x86, which is not pure and doesn't work on other platforms! svn path=/nixpkgs/trunk/; revision=776
2004-02-12 13:18:24 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 156ms Template: 11ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API