aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/psmt2-frontend
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-11-05 02:10:31 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-30 13:22:43 +0100
commit2157dcd141a5df499698ffb9b1d901192f089bdc (patch)
treeaff6dd99868e7b461d5b5f87f347c079960862ed /pkgs/development/ocaml-modules/psmt2-frontend
parent133103d7094c148bdc9152562b16c8872c44f345 (diff)
treewide: installFlags is a list
Diffstat (limited to 'pkgs/development/ocaml-modules/psmt2-frontend')
-rw-r--r--pkgs/development/ocaml-modules/psmt2-frontend/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/psmt2-frontend/default.nix b/pkgs/development/ocaml-modules/psmt2-frontend/default.nix
index 57f1a832f562..485620514e45 100644
--- a/pkgs/development/ocaml-modules/psmt2-frontend/default.nix
+++ b/pkgs/development/ocaml-modules/psmt2-frontend/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
- installFlags = "LIBDIR=$(OCAMLFIND_DESTDIR)";
+ installFlags = [ "LIBDIR=$(OCAMLFIND_DESTDIR)" ];
meta = {
description = "A simple parser and type-checker for polomorphic extension of the SMT-LIB 2 language";