* Doh.
svn path=/nixpkgs/trunk/; revision=9941
This commit is contained in:
parent
65c1809b67
commit
e9536180f1
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = if stdenv.system == "i686-darwin" then "ghc-6.6.1" else "ghc-6.4.2";
|
name = if stdenv.system == "i686-darwin" then "ghc-6.6.1" else "ghc-6.4.2";
|
||||||
builder = ./boot.sh;
|
|
||||||
|
|
||||||
src =
|
src =
|
||||||
if stdenv.system == "i686-linux" then
|
if stdenv.system == "i686-linux" then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user