forked from mirrors/nixpkgs
Updating ghdl to 0.29.
I feel impelled to write nicer expressions for it. svn path=/nixpkgs/branches/stdenv-updates/; revision=19395
This commit is contained in:
parent
a9ced90be9
commit
33618e21c5
2 changed files with 3 additions and 3 deletions
|
@ -51,8 +51,8 @@ let
|
||||||
crossNameAddon = if (cross != null) then "-${cross.config}" + stageNameAddon else "";
|
crossNameAddon = if (cross != null) then "-${cross.config}" + stageNameAddon else "";
|
||||||
|
|
||||||
ghdlSrc = fetchurl {
|
ghdlSrc = fetchurl {
|
||||||
url = "http://ghdl.free.fr/ghdl-0.28.tar.bz2";
|
url = "http://ghdl.free.fr/ghdl-0.29.tar.bz2";
|
||||||
sha256 = "0l3ah3zw2yhr9rv9d5ck1cinsf11r28m6bzl2sdibngl2bgc2jsf";
|
sha256 = "15mlinr1lwljwll9ampzcfcrk9bk0qpdks1kxlvb70xf9zhh2jva";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
|
@ -1941,7 +1941,7 @@ let
|
||||||
|
|
||||||
ghdl = wrapGHDL (import ../development/compilers/gcc-4.3 {
|
ghdl = wrapGHDL (import ../development/compilers/gcc-4.3 {
|
||||||
inherit stdenv fetchurl texinfo gmp mpfr noSysDirs gnat;
|
inherit stdenv fetchurl texinfo gmp mpfr noSysDirs gnat;
|
||||||
name = "ghdl-0.28";
|
name = "ghdl-0.29";
|
||||||
langVhdl = true;
|
langVhdl = true;
|
||||||
langCC = false;
|
langCC = false;
|
||||||
langC = false;
|
langC = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue