mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
fontconfig: *Flags are lists
This commit is contained in:
parent
7139d2c881
commit
8df63ca72f
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue