civodul pushed a commit to branch nix
in repository guix.
commit beac05c206a801be6f83b4eaaffe75c30eeb7d37
Author: Eelco Dolstra <[email protected]>
Date: Tue Jul 8 20:41:25 2014 +0200
Don't build on Ubuntu 10.10
Its C++ compiler is too old.
http://hydra.nixos.org/build/12385722
---
release.nix | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/release.nix b/release.nix
index 1279ec3..e77f65b 100644
--- a/release.nix
+++ b/release.nix
@@ -189,8 +189,6 @@ let
deb_debian7i386 = makeDeb_i686 (diskImageFuns: diskImageFuns.debian7i386)
60;
deb_debian7x86_64 = makeDeb_x86_64 (diskImageFunsFun:
diskImageFunsFun.debian7x86_64) 60;
- deb_ubuntu1010i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1010i386) 50;
- deb_ubuntu1010x86_64 = makeDeb_x86_64 (diskImageFuns:
diskImageFuns.ubuntu1010x86_64) 50;
deb_ubuntu1110i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1110i386) 60;
deb_ubuntu1110x86_64 = makeDeb_x86_64 (diskImageFuns:
diskImageFuns.ubuntu1110x86_64) 60;
deb_ubuntu1204i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1204i386) 60;