mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
ocamlPackages.lwt_ppx: 2.1.0 → 5.9.1
This commit is contained in:
parent
4b4e56e716
commit
0d74bf610d
1 changed files with 1 additions and 18 deletions
|
@ -7,24 +7,7 @@
|
|||
|
||||
buildDunePackage {
|
||||
pname = "lwt_ppx";
|
||||
version = "2.1.0";
|
||||
duneVersion = "3";
|
||||
|
||||
minimalOCamlVersion = "4.04";
|
||||
|
||||
# `lwt_ppx` has a different release cycle than Lwt, but it's included in
|
||||
# one of its release bundles.
|
||||
# Because there could exist an Lwt release _without_ a `lwt_ppx` release,
|
||||
# this `src` field doesn't inherit from the Lwt derivation.
|
||||
#
|
||||
# This is particularly useful for overriding Lwt without breaking `lwt_ppx`,
|
||||
# as new Lwt releases may contain broken `lwt_ppx` code.
|
||||
src = fetchFromGitHub {
|
||||
owner = "ocsigen";
|
||||
repo = "lwt";
|
||||
rev = "5.6.0";
|
||||
hash = "sha256-DLQupCkZ14kOuSQatbb7j07I+jvvDCKpdlaR3rijT4s=";
|
||||
};
|
||||
inherit (lwt) version src;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
lwt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue