ocamlPackages.{ocf,xtmpl}: fix for OCaml 4.04

This commit is contained in:
Vincent Laporte 2017-04-01 10:54:30 +02:00
parent e5d0593a42
commit fcb9f44375
2 changed files with 5 additions and 3 deletions

View File

@ -18,11 +18,14 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
dontStrip = true;
patches = [(fetchpatch {
url = "https://github.com/zoggy/ocf/commit/3a231c7a6c5e535a77c25e207af8952793436444.patch";
sha256 = "0nc8cggc5gxhch9amaz3s71lxs1xbgi7fs9p90cng04dsgr64xk5";
})
];
meta = with stdenv.lib; {
description = "OCaml library to read and write configuration options in JSON syntax";
homepage = "https://zoggy.github.io/ocf/";
@ -31,4 +34,3 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ regnat ];
};
}

View File

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
dontStrip = true;
meta = with stdenv.lib; {
description = "Xml template library for OCaml";
homepage = "https://zoggy.github.io/xtmpl/";
@ -27,5 +29,3 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ regnat ];
};
}