about summary refs log tree commit diff
path: root/pkgs/sternenseemann
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-08-20 16:55:23 +0200
committeraszlig <aszlig@nix.build>2018-08-20 16:55:23 +0200
commit1810dcdd67cd18513bf42afe5014769accd7b4c4 (patch)
treeed0d9fab95c64c634bb312c978641b8d0241526e /pkgs/sternenseemann
parente6b3dd40384e89215d7c3c0f6d8dc68bc6a4213e (diff)
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 <aszlig@nix.build>
Cc: @sternenseemann
Diffstat (limited to 'pkgs/sternenseemann')
-rw-r--r--pkgs/sternenseemann/logbook/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }