about summary refs log tree commit diff
path: root/pkgs/profpatsch/utils-hs
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-06-30 04:47:08 +0200
committeraszlig <aszlig@nix.build>2018-06-30 04:47:08 +0200
commit91820d9b0939daedbd280f122da152fa1bbc07e3 (patch)
tree624c4e420d9204711dc401255769228cbaffafc0 /pkgs/profpatsch/utils-hs
parent8f8c8481324e957bc6f289c1874fa16768ebb41d (diff)
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 <aszlig@nix.build>
Cc: @Profpatsch
Diffstat (limited to 'pkgs/profpatsch/utils-hs')
-rw-r--r--pkgs/profpatsch/utils-hs/default.nix1
1 files changed, 1 insertions, 0 deletions
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 {