Skip to content

Commit

Permalink
ocamlPackages.eliom: 10.1.0 -> 10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored and vbgl committed Dec 5, 2023
1 parent 6225a51 commit 07b6ba4
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions pkgs/development/ocaml-modules/eliom/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{ stdenv
{ buildDunePackage
, lib
, fetchFromGitHub
, which
, ocsigen_server
, ocaml
, lwt_react
, opaline
, ocamlbuild
, ppx_deriving
, ppx_optcomp
, findlib
, js_of_ocaml-ocamlbuild
, js_of_ocaml-ppx
, js_of_ocaml-ppx_deriving_json
Expand All @@ -20,23 +16,19 @@
, ocsipersist
}:

stdenv.mkDerivation rec {
buildDunePackage rec {
pname = "eliom";
version = "10.1.0";
version = "10.1.2";

src = fetchFromGitHub {
owner = "ocsigen";
repo = "eliom";
rev = version;
hash = "sha256-nzrLl8adaRW6c+IQfJ7s+7KtFT8uU27Umyrv0aWXuxw=";
hash = "sha256-Cxwp534ADUO7AHnxZnGsrqxGDkhcJ314M5wytO4e8/0=";
};

nativeBuildInputs = [
ocaml
which
findlib
opaline
ocamlbuild
];
buildInputs = [
js_of_ocaml-ocamlbuild
Expand All @@ -58,12 +50,6 @@ stdenv.mkDerivation rec {

strictDeps = true;

installPhase = ''
runHook preInstall
opaline -prefix $out -libdir $OCAMLFIND_DESTDIR
runHook postInstall
'';

setupHook = [ ./setup-hook.sh ];

meta = {
Expand Down

0 comments on commit 07b6ba4

Please sign in to comment.