From 91820d9b0939daedbd280f122da152fa1bbc07e3 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 30 Jun 2018 04:47:08 +0200 Subject: profpatsch/nix-gen: Only build on x86_64-linux The build currently fails on Hydra and I highly doubt that it will be used on an i686-linux system. If it's really needed for i686-linux systems it can be directly used for a specific machine or this very commit could be reverted. Signed-off-by: aszlig Cc: @Profpatsch --- pkgs/profpatsch/utils-hs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/profpatsch/utils-hs') diff --git a/pkgs/profpatsch/utils-hs/default.nix b/pkgs/profpatsch/utils-hs/default.nix index 38e3e1de..a624e64b 100644 --- a/pkgs/profpatsch/utils-hs/default.nix +++ b/pkgs/profpatsch/utils-hs/default.nix @@ -15,6 +15,7 @@ let license = lib.licenses.gpl3; isExecutable = true; buildDepends = with haskellPackages; [ hnix ansi-wl-pprint protolude data-fix ]; + hydraPlatforms = [ "x86_64-linux" ]; }; in { -- cgit 1.4.1