lol

Install dllcamlzip.so into the stublibs directory

camlzip installs this file in `site-lib/zip` but dune expects to find it
in `site-lib/stublibs`.

authored by

Pierre Villemot and committed by
Vincent Laporte
69ca7055 fa874c49

+4 -2
+4 -2
pkgs/development/ocaml-modules/camlzip/default.nix
··· 63 63 64 64 inherit (param) patches; 65 65 66 - createFindlibDestdir = true; 67 - 68 66 postPatch = 69 67 param.postPatchInit 70 68 + '' ··· 77 75 "all" 78 76 "allopt" 79 77 ]; 78 + 79 + preInstall = '' 80 + mkdir -p $out/lib/ocaml/${ocaml.version}/site-lib/stublibs 81 + ''; 80 82 81 83 postInstall = '' 82 84 ln -s $out/lib/ocaml/${ocaml.version}/site-lib/{,caml}zip