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