From 1810dcdd67cd18513bf42afe5014769accd7b4c4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 20 Aug 2018 16:55:23 +0200 Subject: pkgs/logbook: Build only for x86_64-linux This build frequently fails for i686-linux and thus blocks the generic channel and I think the demand for a 32bit build is very very low (or maybe there is no demand *at* all). Signed-off-by: aszlig Cc: @sternenseemann --- pkgs/sternenseemann/logbook/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/sternenseemann/logbook/default.nix') diff --git a/pkgs/sternenseemann/logbook/default.nix b/pkgs/sternenseemann/logbook/default.nix index 7a919ade..78f12f4d 100644 --- a/pkgs/sternenseemann/logbook/default.nix +++ b/pkgs/sternenseemann/logbook/default.nix @@ -20,6 +20,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "A tool for personal log files"; platforms = ocaml.meta.platforms; + hydraPlatforms = [ "x86_64-linux" ]; license = licenses.bsd3; }; } -- cgit 1.4.1