Commit 1461dbbe authored by Alyssa Ross's avatar Alyssa Ross Committed by Vincent Laporte
Browse files

ocamlPackages.eio_*: inherit patches from eio

If we're inheriting src from eio to use the same source tree, it makes
sense to inherit patches as well.  Currently we don't apply patches to
eio, but this is useful for overlays, and will help avoid a potential
oversight if we do need a patch in future.
parent 0efcb15b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildDunePackage {
  pname = "eio_linux";
  inherit (eio) meta src version;
  inherit (eio) meta src patches version;

  minimalOCamlVersion = "5.0";

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildDunePackage {
  pname = "eio_main";
  inherit (eio) meta src version;
  inherit (eio) meta src patches version;

  minimalOCamlVersion = "5.0";

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildDunePackage {
  pname = "eio_posix";
  inherit (eio) meta src version;
  inherit (eio) meta src patches version;

  minimalOCamlVersion = "5.0";