Loading pkgs/development/ocaml-modules/dream-html/default.nix +1 −9 Original line number Diff line number Diff line { lib, buildDunePackage, dream, pure-html, Loading @@ -8,7 +7,7 @@ buildDunePackage { pname = "dream-html"; inherit (pure-html) src version; inherit (pure-html) src version meta; buildInputs = [ ppxlib Loading @@ -18,11 +17,4 @@ buildDunePackage { pure-html dream ]; meta = { description = "Write HTML directly in your OCaml source files with editor support"; license = lib.licenses.gpl3; maintainers = [ lib.maintainers.naora ]; broken = lib.versionAtLeast ppxlib.version "0.36"; }; } pkgs/development/ocaml-modules/dream-html/pure.nix +9 −5 Original line number Diff line number Diff line Loading @@ -5,22 +5,26 @@ uri, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "pure-html"; version = "3.11.1"; version = "3.11.2"; src = fetchFromGitHub { owner = "yawaramin"; repo = "dream-html"; tag = "v${version}"; hash = "sha256-L/q3nxUONPdZtzmfCfP8nnNCwQNSpeYI0hqowioGYNg="; tag = "v${finalAttrs.version}"; hash = "sha256-/I233A86T+QEb2qbSHucgzRzYEjS08eKezSXOwz2ml0="; }; doCheck = true; propagatedBuildInputs = [ uri ]; meta = { description = "Write HTML directly in your OCaml source files with editor support"; homepage = "https://github.com/yawaramin/dream-html"; changelog = "https://raw.githubusercontent.com/yawaramin/dream-html/refs/tags/v${finalAttrs.version}/CHANGES.md"; license = lib.licenses.gpl3; maintainers = [ lib.maintainers.naora ]; }; } }) Loading
pkgs/development/ocaml-modules/dream-html/default.nix +1 −9 Original line number Diff line number Diff line { lib, buildDunePackage, dream, pure-html, Loading @@ -8,7 +7,7 @@ buildDunePackage { pname = "dream-html"; inherit (pure-html) src version; inherit (pure-html) src version meta; buildInputs = [ ppxlib Loading @@ -18,11 +17,4 @@ buildDunePackage { pure-html dream ]; meta = { description = "Write HTML directly in your OCaml source files with editor support"; license = lib.licenses.gpl3; maintainers = [ lib.maintainers.naora ]; broken = lib.versionAtLeast ppxlib.version "0.36"; }; }
pkgs/development/ocaml-modules/dream-html/pure.nix +9 −5 Original line number Diff line number Diff line Loading @@ -5,22 +5,26 @@ uri, }: buildDunePackage rec { buildDunePackage (finalAttrs: { pname = "pure-html"; version = "3.11.1"; version = "3.11.2"; src = fetchFromGitHub { owner = "yawaramin"; repo = "dream-html"; tag = "v${version}"; hash = "sha256-L/q3nxUONPdZtzmfCfP8nnNCwQNSpeYI0hqowioGYNg="; tag = "v${finalAttrs.version}"; hash = "sha256-/I233A86T+QEb2qbSHucgzRzYEjS08eKezSXOwz2ml0="; }; doCheck = true; propagatedBuildInputs = [ uri ]; meta = { description = "Write HTML directly in your OCaml source files with editor support"; homepage = "https://github.com/yawaramin/dream-html"; changelog = "https://raw.githubusercontent.com/yawaramin/dream-html/refs/tags/v${finalAttrs.version}/CHANGES.md"; license = lib.licenses.gpl3; maintainers = [ lib.maintainers.naora ]; }; } })