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:
parent
9deb6cfff1
commit
b793398131
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue