Adding gnat44 and ghdl to release.nix. I hope that will make hydra build them.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19076
This commit is contained in:
Lluís Batlle i Rossell 2009-12-22 09:20:43 +00:00
parent 7ee537f955
commit 0d949c6161

View file

@ -173,6 +173,7 @@ in {
gcc43_multi = ["x86_64-linux"];
gcc44 = linux;
gcj44 = linux;
ghdl = linux;
ghostscript = linux;
ghostscriptX = linux;
gimp = linux;
@ -181,6 +182,7 @@ in {
glibcLocales = linux;
glxinfo = linux;
gnash = linux;
gnat44 = linux;
gnugrep = all;
gnum4 = all;
gnumake = all;