nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.cohttp: use dune 3

authored by

Vincent Laporte and committed by
Vincent Laporte
d3491557 4ad9083f

+9
+2
pkgs/development/ocaml-modules/cohttp/async.nix
··· 28 28 src 29 29 ; 30 30 31 + duneVersion = "3"; 32 + 31 33 buildInputs = [ ppx_sexp_conv ]; 32 34 33 35 propagatedBuildInputs = [
+1
pkgs/development/ocaml-modules/cohttp/default.nix
··· 9 9 version = "5.0.0"; 10 10 11 11 minimalOCamlVersion = "4.08"; 12 + duneVersion = "3"; 12 13 13 14 src = fetchurl { 14 15 url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-${version}.tbz";
+2
pkgs/development/ocaml-modules/cohttp/lwt-unix.nix
··· 9 9 pname = "cohttp-lwt-unix"; 10 10 inherit (cohttp-lwt) version src; 11 11 12 + duneVersion = "3"; 13 + 12 14 buildInputs = [ cmdliner ppx_sexp_conv ]; 13 15 14 16 propagatedBuildInputs = [
+2
pkgs/development/ocaml-modules/cohttp/lwt.nix
··· 7 7 src 8 8 ; 9 9 10 + duneVersion = "3"; 11 + 10 12 buildInputs = [ ppx_sexp_conv ]; 11 13 12 14 propagatedBuildInputs = [
+2
pkgs/development/ocaml-modules/cohttp/mirage.nix
··· 10 10 11 11 inherit (cohttp) version src; 12 12 13 + duneVersion = "3"; 14 + 13 15 nativeBuildInputs = [ ppx_sexp_conv ]; 14 16 15 17 propagatedBuildInputs = [