2008-01-30 18:20:48 +01:00
|
|
|
args: with args;
|
2009-03-03 14:27:40 +01:00
|
|
|
|
2008-01-30 18:20:48 +01:00
|
|
|
stdenv.mkDerivation {
|
2009-02-26 16:14:17 +01:00
|
|
|
name = "fpc-2.2.2-binary";
|
2007-08-11 22:55:40 +02:00
|
|
|
|
2008-01-30 18:20:48 +01:00
|
|
|
src = fetchurl {
|
2009-03-03 14:27:40 +01:00
|
|
|
url = ftp://ftp.chg.ru/pub/lang/pascal/fpc/dist/i386-linux-2.2.2/fpc-2.2.2.i386-linux.tar;
|
|
|
|
sha256 = "8c18f63b36a76eee673f96ca254c49c5a42bcf3e36279abe8774f961792449a5";
|
|
|
|
};
|
2007-08-11 22:55:40 +02:00
|
|
|
|
|
|
|
builder = ./binary-builder.sh;
|
|
|
|
|
|
|
|
meta = {
|
2009-03-03 14:27:40 +01:00
|
|
|
description = "Free Pascal Compiler from a binary distribution";
|
2007-08-11 22:55:40 +02:00
|
|
|
};
|
|
|
|
}
|