mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
ocamlPackages.uunf: fix aarch64-linux build
This commit is contained in:
parent
ae35b93fdc
commit
e465dd55ec
@ -22,6 +22,8 @@ stdenv.mkDerivation {
|
||||
|
||||
propagatedBuildInputs = [ uchar ];
|
||||
|
||||
prePatch = lib.optionalString stdenv.isAarch64 "ulimit -s 16384";
|
||||
|
||||
inherit (topkg) buildPhase installPhase;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user