From 3053de47763498ca0e33278224b5e0e6255d4ca0 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 1 Dec 2011 23:20:31 +0000 Subject: MIT/GNU Scheme 9.1.1. svn path=/nixpkgs/trunk/; revision=30677 --- pkgs/development/compilers/mit-scheme/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/compilers/mit-scheme/default.nix b/pkgs/development/compilers/mit-scheme/default.nix index dcbdb6518d3..c19581debbf 100644 --- a/pkgs/development/compilers/mit-scheme/default.nix +++ b/pkgs/development/compilers/mit-scheme/default.nix @@ -1,7 +1,7 @@ { fetchurl, stdenv, gnum4, texinfo, texLive, automake }: let - version = "9.1"; + version = "9.1.1"; bootstrapFromC = ! (stdenv.isi686 || stdenv.isx86_64); in stdenv.mkDerivation { @@ -15,7 +15,7 @@ stdenv.mkDerivation { if stdenv.isi686 then fetchurl { url = "mirror://gnu/mit-scheme/stable.pkg/${version}/mit-scheme-${version}-i386.tar.gz"; - sha256 = "1vqdy9f1lbzflr9bw0gjn4g4w3hdpnjrkiwj5aaah70flif5ndns"; + sha256 = "1bigzzk0k08lggyzqp4rmyvbqhhs3ld4c7drfp22d5qnkbvvzh4g"; } else if stdenv.isx86_64 then fetchurl { url = "mirror://gnu/mit-scheme/stable.pkg/${version}/mit-scheme-${version}-x86-64.tar.gz"; @@ -25,15 +25,6 @@ stdenv.mkDerivation { sha256 = "1661cybycfvjjyq92gb3n1cygxfmfjdhnh3d2ha3vy6xxk9d7za9"; }; - configurePhase = - '' cd src - ./configure --prefix="$out" - - cd ../doc - ./configure --prefix="$out" - cd .. - ''; - buildPhase = '' cd src ${if bootstrapFromC -- cgit 1.4.1