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:
parent
e49d00a1b9
commit
1e665de6b4
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue