summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/pcre
diff options
context:
space:
mode:
authorNicolas B. Pierron <nicolas.b.pierron@gmail.com>2015-12-24 17:49:07 +0000
committerNicolas B. Pierron <nicolas.b.pierron@gmail.com>2016-03-13 19:08:26 +0000
commit72c6f8a1408cb4491f847252954518e162eaf826 (patch)
treedfbbfa346157c198b46b56cb58e528f5cb6f6bd5 /pkgs/development/ocaml-modules/pcre
parent27e5397282c4706d9e4b5229ad1a6d1282073c00 (diff)
downloadnixlib-72c6f8a1408cb4491f847252954518e162eaf826.tar
nixlib-72c6f8a1408cb4491f847252954518e162eaf826.tar.gz
nixlib-72c6f8a1408cb4491f847252954518e162eaf826.tar.bz2
nixlib-72c6f8a1408cb4491f847252954518e162eaf826.tar.lz
nixlib-72c6f8a1408cb4491f847252954518e162eaf826.tar.xz
nixlib-72c6f8a1408cb4491f847252954518e162eaf826.tar.zst
nixlib-72c6f8a1408cb4491f847252954518e162eaf826.zip
Ensure that we can evaluate the platform attribute of ocaml packages.
Diffstat (limited to 'pkgs/development/ocaml-modules/pcre')
-rw-r--r--pkgs/development/ocaml-modules/pcre/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/pcre/default.nix b/pkgs/development/ocaml-modules/pcre/default.nix
index 7f7caf8e5a87..dd152262ca79 100644
--- a/pkgs/development/ocaml-modules/pcre/default.nix
+++ b/pkgs/development/ocaml-modules/pcre/default.nix
@@ -22,7 +22,7 @@ buildOcaml {
     homepage = "https://bitbucket.org/mmottl/pcre-ocaml";
     description = "An efficient C-library for pattern matching with Perl-style regular expressions in OCaml";
     license = licenses.lgpl21;
-    platforms = ocaml.meta.platforms;
+    platforms = ocaml.meta.platforms or [];
     maintainers = with maintainers; [ z77z vbmithr ];
   };
 }