ocamlPackages.csv: fix meta eval

fetchurl does not expose a meta.homepage attr
This commit is contained in:
Joachim Fasting 2017-09-20 22:14:32 +02:00
parent 9182927998
commit 7a1f5bad0c
No known key found for this signature in database
GPG Key ID: 66EAB6B14F6B6E0D

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "A pure OCaml library to read and write CSV files";
license = stdenv.lib.licenses.lgpl21;
maintainers = [ stdenv.lib.maintainers.vbgl ];
inherit (src.meta) homepage;
homepage = https://github.com/Chris00/ocaml-csv;
inherit (ocaml.meta) platforms;
};
}