about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocurl
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-11-09 20:53:19 +0100
committerFelix Buehler <account@buehler.rocks>2021-11-10 14:03:48 +0100
commit66e4f4b3ee5d06694d083bdee4cbd692c3f9e30b (patch)
treed6783cfca24cab9d95a9085fc12c22235f8933a3 /pkgs/development/ocaml-modules/ocurl
parent345d71ffd0a4f1693cb5d1e74b49fe5c34405705 (diff)
pkgs/development: followup fmt
Diffstat (limited to 'pkgs/development/ocaml-modules/ocurl')
-rw-r--r--pkgs/development/ocaml-modules/ocurl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ocurl/default.nix b/pkgs/development/ocaml-modules/ocurl/default.nix
index 7ad81c2c71f25..ea2af8dd4c827 100644
--- a/pkgs/development/ocaml-modules/ocurl/default.nix
+++ b/pkgs/development/ocaml-modules/ocurl/default.nix
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
     license = lib.licenses.mit;
     homepage = "http://ygrek.org.ua/p/ocurl/";
     maintainers = with lib.maintainers; [ bennofs ];
-    platforms = ocaml.meta.platforms or [];
+    platforms = ocaml.meta.platforms or [ ];
   };
 }