mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
ocamlPackages.csv: fix meta eval
fetchurl does not expose a meta.homepage attr
This commit is contained in:
parent
9182927998
commit
7a1f5bad0c
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user