Loading pkgs/development/ocaml-modules/ctypes/foreign.nix +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ buildDunePackage rec { lwt ]; # Fix build with gcc 14 env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types"; meta = ctypes.meta // { description = "Dynamic access to foreign C libraries using Ctypes"; }; Loading Loading
pkgs/development/ocaml-modules/ctypes/foreign.nix +3 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,9 @@ buildDunePackage rec { lwt ]; # Fix build with gcc 14 env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types"; meta = ctypes.meta // { description = "Dynamic access to foreign C libraries using Ctypes"; }; Loading