forked from mirrors/nixpkgs
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:
parent
7ee537f955
commit
0d949c6161
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue