flow: Broken on i686

http://hydra.nixos.org/build/39411311

````
hh_shared.c:142:6: error: #error "hh_shared.c requires a architecture that supports memfd_create"
````
This commit is contained in:
Tuomas Tynkkynen 2016-09-02 18:50:09 +03:00
parent e49d00a1b9
commit 1e665de6b4

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "A static type checker for JavaScript";
homepage = http://flowtype.org;
license = licenses.bsd3;
platforms = platforms.unix;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ puffnfresh globin ];
};
}