about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-06 16:51:04 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-06 17:06:45 +0300
commita15da44ab0c57b8de08b191cb73af35746bf0337 (patch)
treebe8a92b0f4c53210ca527569ff6c087218e04c8a /pkgs
parent9a5427f667aad7b55a19133990a5658aee06dea7 (diff)
downloadnixlib-a15da44ab0c57b8de08b191cb73af35746bf0337.tar
nixlib-a15da44ab0c57b8de08b191cb73af35746bf0337.tar.gz
nixlib-a15da44ab0c57b8de08b191cb73af35746bf0337.tar.bz2
nixlib-a15da44ab0c57b8de08b191cb73af35746bf0337.tar.lz
nixlib-a15da44ab0c57b8de08b191cb73af35746bf0337.tar.xz
nixlib-a15da44ab0c57b8de08b191cb73af35746bf0337.tar.zst
nixlib-a15da44ab0c57b8de08b191cb73af35746bf0337.zip
libe: Broken on i686
http://hydra.nixos.org/build/38264907/nixlog/1/raw
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/nosql/hyperdex/libe.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/nosql/hyperdex/libe.nix b/pkgs/servers/nosql/hyperdex/libe.nix
index dfce4c34a114..733f33288ce1 100644
--- a/pkgs/servers/nosql/hyperdex/libe.nix
+++ b/pkgs/servers/nosql/hyperdex/libe.nix
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
     description = "Library containing high-performance datastructures and utilities for C++";
     homepage = https://github.com/rescrv/e;
     license = licenses.bsd3;
+    platforms = [ "x86_64-linux" ];
   };
 }