lol

ocamlPackages.core_extended: fix build on Linux

+7
+7
pkgs/development/ocaml-modules/janestreet/core-extended.nix
··· 13 13 ppx_assert ppx_bench ppx_driver ppx_expect ppx_inline_test ppx_jane 14 14 re2 textutils ]; 15 15 16 + patchPhase = stdenv.lib.optionalString stdenv.isLinux '' 17 + patch src/extended_unix_stubs.c <<EOF 18 + 0a1 19 + > #define _LINUX_QUOTA_VERSION 2 20 + EOF 21 + ''; 22 + 16 23 meta = with stdenv.lib; { 17 24 homepage = https://github.com/janestreet/core_extended; 18 25 description = "Jane Street Capital's standard library overlay";