about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-06 17:00:59 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-06 17:06:45 +0300
commitb7933981318d19eb44433bc714285c78998c36f1 (patch)
tree480121f7d4fd8c907b0a025491cf620bcce7e3e6 /pkgs
parent9deb6cfff1984a254a547e96d3c1d6d2e2c268c0 (diff)
downloadnixlib-b7933981318d19eb44433bc714285c78998c36f1.tar
nixlib-b7933981318d19eb44433bc714285c78998c36f1.tar.gz
nixlib-b7933981318d19eb44433bc714285c78998c36f1.tar.bz2
nixlib-b7933981318d19eb44433bc714285c78998c36f1.tar.lz
nixlib-b7933981318d19eb44433bc714285c78998c36f1.tar.xz
nixlib-b7933981318d19eb44433bc714285c78998c36f1.tar.zst
nixlib-b7933981318d19eb44433bc714285c78998c36f1.zip
zimreader: Broken on i686
(Well, actually tntnet, but that derivation is defined in the same file).
http://hydra.nixos.org/build/38238028
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/text/zimreader/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/zimreader/default.nix b/pkgs/tools/text/zimreader/default.nix
index d9dcc3c0fbbb..2e51e7d7f9ea 100644
--- a/pkgs/tools/text/zimreader/default.nix
+++ b/pkgs/tools/text/zimreader/default.nix
@@ -39,6 +39,6 @@ in stdenv.mkDerivation rec {
     description = "A tool to serve ZIM files using HTTP";
     homepage = http://git.wikimedia.org/log/openzim;
     maintainers = with stdenv.lib.maintainers; [ robbinch ];
-    platforms = with stdenv.lib.platforms; linux;
+    platforms = [ "x86_64-linux" ];
   };
 }