From 9ebb5ad7a64733ba1c0961adf23b51ceeecc9a39 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 2 Jun 2013 09:41:32 +0200 Subject: [PATCH] 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. --- pkgs/top-level/release-small.nix | 1 + pkgs/top-level/release.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix index 9c85cb381b6e..f22faf123cce 100644 --- a/pkgs/top-level/release-small.nix +++ b/pkgs/top-level/release-small.nix @@ -19,6 +19,7 @@ with (import ./release-lib.nix); aspell = all; at = linux; + atlas = linux; aterm25 = all; aterm28 = all; autoconf = all; diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 11102f891557..de1aaec01ae2 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -45,6 +45,7 @@ let apacheHttpd = linux; aspell = all; at = linux; + atlas = linux; audacious = linux; autoconf = all; automake110x = all;