Loading pkgs/development/ocaml-modules/yaml/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -6,15 +6,14 @@ buildDunePackage rec { pname = "yaml"; version = "3.1.0"; version = "3.2.0"; src = fetchurl { url = "https://github.com/avsm/ocaml-yaml/releases/download/v${version}/yaml-${version}.tbz"; hash = "sha256-0KngriGEpp5tcgK/43B9EEOdMacSQYYCNLGfAgRS7Mc="; hash = "sha256-xQ0qyii5+WZ5K3HhYDNR5dJO2k39PkRT+9UDZqOggic="; }; minimalOCamlVersion = "4.13"; duneVersion = "3"; buildInputs = [ dune-configurator ]; propagatedBuildInputs = [ bos ctypes ]; Loading pkgs/development/ocaml-modules/yaml/yaml-sexp.nix +6 −3 Original line number Diff line number Diff line { lib, fetchurl, buildDunePackage, yaml, dune-configurator, ppx_sexp_conv, sexplib }: { lib, fetchurl, buildDunePackage, yaml, dune-configurator, ppx_sexp_conv, sexplib , junit_alcotest }: buildDunePackage rec { pname = "yaml-sexp"; inherit (yaml) version src; duneVersion = "3"; propagatedBuildInputs = [ yaml ppx_sexp_conv sexplib ]; doCheck = true; checkInputs = [ junit_alcotest ]; meta = yaml.meta // { description = "ocaml-yaml with sexp support"; }; Loading Loading
pkgs/development/ocaml-modules/yaml/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -6,15 +6,14 @@ buildDunePackage rec { pname = "yaml"; version = "3.1.0"; version = "3.2.0"; src = fetchurl { url = "https://github.com/avsm/ocaml-yaml/releases/download/v${version}/yaml-${version}.tbz"; hash = "sha256-0KngriGEpp5tcgK/43B9EEOdMacSQYYCNLGfAgRS7Mc="; hash = "sha256-xQ0qyii5+WZ5K3HhYDNR5dJO2k39PkRT+9UDZqOggic="; }; minimalOCamlVersion = "4.13"; duneVersion = "3"; buildInputs = [ dune-configurator ]; propagatedBuildInputs = [ bos ctypes ]; Loading
pkgs/development/ocaml-modules/yaml/yaml-sexp.nix +6 −3 Original line number Diff line number Diff line { lib, fetchurl, buildDunePackage, yaml, dune-configurator, ppx_sexp_conv, sexplib }: { lib, fetchurl, buildDunePackage, yaml, dune-configurator, ppx_sexp_conv, sexplib , junit_alcotest }: buildDunePackage rec { pname = "yaml-sexp"; inherit (yaml) version src; duneVersion = "3"; propagatedBuildInputs = [ yaml ppx_sexp_conv sexplib ]; doCheck = true; checkInputs = [ junit_alcotest ]; meta = yaml.meta // { description = "ocaml-yaml with sexp support"; }; Loading