mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
ocamlPackages.ocsigen-toolkit: 3.2.0 → 3.3.4
This commit is contained in:
parent
6c30c6786e
commit
8e1b04d17e
@ -5,17 +5,11 @@
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ocsigen-toolkit";
|
||||
name = "ocaml${ocaml.version}-${pname}-${version}";
|
||||
version = "3.2.0";
|
||||
version = "3.3.4";
|
||||
|
||||
propagatedBuildInputs = [ calendar js_of_ocaml-ppx_deriving_json eliom ];
|
||||
nativeBuildInputs = [ ocaml findlib opaline eliom ];
|
||||
|
||||
# Remove widgets not compatible with jsoo 4.1.0
|
||||
# https://github.com/ocsigen/ocsigen-toolkit/issues/221
|
||||
preConfigure = ''
|
||||
rm src/widgets/ot_{carousel,drawer,swipe,tongue}.eliom{,i}
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
installPhase = ''
|
||||
@ -31,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "ocsigen";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256:13n0y8a80bl94la4lnp9dr2x7b8plhm17g9zgf0l6x42g3886pw7";
|
||||
hash = "sha256-6ccu8WJxUwpR5YyB4j1jQPWba8GhQDxuw+IDHswQpSA=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user