forked from mirrors/nixpkgs
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 a new issue