summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/cil
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/cil')
-rw-r--r--pkgs/development/ocaml-modules/cil/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/cil/default.nix b/pkgs/development/ocaml-modules/cil/default.nix
index a75a6810f9f..c5a3dcde226 100644
--- a/pkgs/development/ocaml-modules/cil/default.nix
+++ b/pkgs/development/ocaml-modules/cil/default.nix
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
     description = "A front-end for the C programming language that facilitates program analysis and transformation";
     license = licenses.bsd3;
     maintainers = [ maintainers.vbgl ];
-    platforms = ocaml.meta.platforms or [];
+    platforms = ocaml.meta.platforms or [ ];
   };
 }