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.
This commit is contained in:
Alyssa Ross
2024-05-23 16:34:29 +02:00
committed by Vincent Laporte
parent 0efcb15b4e
commit 1461dbbee3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
buildDunePackage {
pname = "eio_linux";
inherit (eio) meta src version;
inherit (eio) meta src patches version;
minimalOCamlVersion = "5.0";
+1 -1
View File
@@ -8,7 +8,7 @@
buildDunePackage {
pname = "eio_main";
inherit (eio) meta src version;
inherit (eio) meta src patches version;
minimalOCamlVersion = "5.0";
+1 -1
View File
@@ -10,7 +10,7 @@
buildDunePackage {
pname = "eio_posix";
inherit (eio) meta src version;
inherit (eio) meta src patches version;
minimalOCamlVersion = "5.0";