Skip to content

Commit

Permalink
ocamlPackages.csv: fix meta eval
Browse files Browse the repository at this point in the history
fetchurl does not expose a meta.homepage attr
  • Loading branch information
joachifm committed Sep 20, 2017
1 parent 9182927 commit 7a1f5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/csv/default.nix
Expand Up @@ -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;
};
}

0 comments on commit 7a1f5ba

Please sign in to comment.