0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Bigloo 3.1c.

svn path=/nixpkgs/trunk/; revision=12869
This commit is contained in:
Ludovic Courtès 2008-09-16 21:18:33 +00:00
parent 7c9b4112c6
commit 621b315eea

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv }: { fetchurl, stdenv }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bigloo3.0c-4"; name = "bigloo3.1b";
src = fetchurl { src = fetchurl {
url = "ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/${name}.tar.gz"; url = "ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/${name}.tar.gz";
sha256 = "0avcdgfw7g4myqrhcdi3k46qv01p0rmvmpqz4qmim9ccdjrvcyq4"; sha256 = "1m7mrrrqm6668j6x834mclzc9am63wlf0knm4xiwrhv3zcky8vnv";
}; };
patchPhase = '' patchPhase = ''
@ -14,8 +14,7 @@ stdenv.mkDerivation rec {
-e 's=/tmp=$TMPDIR=g' -i configure autoconf/* \ -e 's=/tmp=$TMPDIR=g' -i configure autoconf/* \
[Mm]akefile* */[Mm]akefile* */*/[Mm]akefile* \ [Mm]akefile* */[Mm]akefile* */*/[Mm]akefile* \
*/*/*/[Mm]akefile* */*/*/*/[Mm]akefile* \ */*/*/[Mm]akefile* */*/*/*/[Mm]akefile* \
*/*/*/*/*/[Mm]akefile* \ comptime/Cc/cc.scm gc/install-gc-*
comptime/Cc/cc.scm
# Make sure we don't change string lengths in the generated # Make sure we don't change string lengths in the generated
# C files. # C files.