* Doh.
svn path=/nixpkgs/trunk/; revision=15096
This commit is contained in:
parent
79cb8d11a6
commit
7bb9c71aee
@ -1,9 +1,9 @@
|
|||||||
{stdenv, fetchurl, perl, libedit, ncurses, gmp, makeWrapper}:
|
{stdenv, fetchurl, perl, libedit, ncurses, gmp, makeWrapper}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "6.10.2-binary";
|
version = "6.10.2";
|
||||||
|
|
||||||
name = "ghc-${version}";
|
name = "ghc-${version}-binary";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
if stdenv.system == "i686-linux" then
|
if stdenv.system == "i686-linux" then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user