fontconfig: *Flags are lists

This commit is contained in:
Robin Gloster 2019-10-29 23:21:22 +01:00 committed by Jan Tojnar
parent 7139d2c881
commit 8df63ca72f
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -11,7 +11,10 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ocaml fontconfig ];
makeFlags = "OCAML_STDLIB_DIR=$(out)/lib/ocaml/${stdenv.lib.getVersion ocaml}/site-lib/ OCAML_HAVE_OCAMLOPT=yes";
makeFlags = [
"OCAML_STDLIB_DIR=$(out)/lib/ocaml/${stdenv.lib.getVersion ocaml}/site-lib/"
"OCAML_HAVE_OCAMLOPT=yes"
];
meta = {
description = "Fontconfig bindings for OCaml";