mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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
@ -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 New Issue
Block a user