Commit Graph

2 Commits

Author SHA1 Message Date
Vincent Laporte
eea01cd11d ocamlPackages.netchannel: 2.0.0 → 2.1.1
ocamlPackages.mirage-xen: 6.0.0 → 7.2.0
2022-07-06 18:05:26 +02:00
sternenseemann
980a2bed3b ocamlPackages.mirage-xen: init at 6.0.0
Unfortunately this requires a bit of trickery with pkg-config to get to
work. The root issue is that the mirage-xen assumes that we use the
default libdir of dune ($out/lib) whereas we install to an OCaml
version-specific site-lib directory. Thus the manually created
pkg-config file makes wrong assumptions (which warrants a patch) and the
.pc file is installed to the wrong location (which is fixed with a mv
invocation).
2021-04-25 13:13:23 +02:00