release.nix, release-small.nix: build atlas library on Hydra
This puppy takes several hours to compile, being able to download that package in binary form is really valuable.
This commit is contained in:
parent
081ca56cc9
commit
9ebb5ad7a6
@ -19,6 +19,7 @@ with (import ./release-lib.nix);
|
|||||||
|
|
||||||
aspell = all;
|
aspell = all;
|
||||||
at = linux;
|
at = linux;
|
||||||
|
atlas = linux;
|
||||||
aterm25 = all;
|
aterm25 = all;
|
||||||
aterm28 = all;
|
aterm28 = all;
|
||||||
autoconf = all;
|
autoconf = all;
|
||||||
|
@ -45,6 +45,7 @@ let
|
|||||||
apacheHttpd = linux;
|
apacheHttpd = linux;
|
||||||
aspell = all;
|
aspell = all;
|
||||||
at = linux;
|
at = linux;
|
||||||
|
atlas = linux;
|
||||||
audacious = linux;
|
audacious = linux;
|
||||||
autoconf = all;
|
autoconf = all;
|
||||||
automake110x = all;
|
automake110x = all;
|
||||||
|
Loading…
Reference in New Issue
Block a user