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:
committed by
Vincent Laporte
parent
0efcb15b4e
commit
1461dbbee3
@@ -7,7 +7,7 @@
|
||||
|
||||
buildDunePackage {
|
||||
pname = "eio_linux";
|
||||
inherit (eio) meta src version;
|
||||
inherit (eio) meta src patches version;
|
||||
|
||||
minimalOCamlVersion = "5.0";
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
buildDunePackage {
|
||||
pname = "eio_main";
|
||||
inherit (eio) meta src version;
|
||||
inherit (eio) meta src patches version;
|
||||
|
||||
minimalOCamlVersion = "5.0";
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
buildDunePackage {
|
||||
pname = "eio_posix";
|
||||
inherit (eio) meta src version;
|
||||
inherit (eio) meta src patches version;
|
||||
|
||||
minimalOCamlVersion = "5.0";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user