From 7a1f5bad0c275375ca61082be1d67756626bd016 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Wed, 20 Sep 2017 22:14:32 +0200 Subject: [PATCH] ocamlPackages.csv: fix meta eval fetchurl does not expose a meta.homepage attr --- pkgs/development/ocaml-modules/csv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/csv/default.nix b/pkgs/development/ocaml-modules/csv/default.nix index ba4f982222b4..c168045831f1 100644 --- a/pkgs/development/ocaml-modules/csv/default.nix +++ b/pkgs/development/ocaml-modules/csv/default.nix @@ -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; }; }