mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* 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.mkDerivation rec {
|
||||
version = "6.10.2-binary";
|
||||
version = "6.10.2";
|
||||
|
||||
name = "ghc-${version}";
|
||||
name = "ghc-${version}-binary";
|
||||
|
||||
src =
|
||||
if stdenv.system == "i686-linux" then
|
||||
|
Loading…
Reference in New Issue
Block a user