zimreader: Broken on i686

(Well, actually tntnet, but that derivation is defined in the same file).
http://hydra.nixos.org/build/38238028
This commit is contained in:
Tuomas Tynkkynen 2016-08-06 17:00:59 +03:00
parent 9deb6cfff1
commit b793398131
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];
};
}