forked from mirrors/nixpkgs
Updated Lazarus
svn path=/nixpkgs/trunk/; revision=14263
This commit is contained in:
parent
17e2100b03
commit
9d06868cda
|
@ -1,8 +1,8 @@
|
|||
args : with args;
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = http://downloads.sourceforge.net/lazarus/lazarus-0.9.24-0.tar.gz;
|
||||
sha256 = "0kkj1yycdbyrsw6c34gm5ya7q3256p8ph8j5a23x3qy86gbch827";
|
||||
url = http://downloads.sourceforge.net/lazarus/lazarus-0.9.26-0.tgz;
|
||||
sha256 = "1pb6h35axdmg552pvazgi7jclkx93vssy08cbpa4jw3rij7drhnl";
|
||||
};
|
||||
|
||||
buildInputs = [fpc gtk glib libXi inputproto
|
||||
|
@ -31,7 +31,7 @@ rec {
|
|||
wrapProgram $out/bin/startlazarus --prefix NIX_LDFLAGS ' ' "'$NIX_LDFLAGS'"
|
||||
'') ["doMakeInstall" "minInit" "defEnsureDir"];
|
||||
|
||||
name = "lazarus-0.9.24-0";
|
||||
name = "lazarus-0.9.26-0";
|
||||
meta = {
|
||||
description = "Lazarus graphical IDE for FreePascal language";
|
||||
homepage = http://www.lazarus.freepascal.org ;
|
||||
|
|
Loading…
Reference in a new issue