From fc3dd0226d6c4a2c74bd2fe3b75a4e7b964c4a86 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 26 Jan 2015 09:48:08 +0100 Subject: [PATCH] ocaml-ocurl: fix evaluation --- pkgs/development/ocaml-modules/ocurl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/ocurl/default.nix b/pkgs/development/ocaml-modules/ocurl/default.nix index 9d1c18f1817..73670fb3125 100644 --- a/pkgs/development/ocaml-modules/ocurl/default.nix +++ b/pkgs/development/ocaml-modules/ocurl/default.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { createFindlibDestdir = true; meta = { description = "OCaml bindings to libcurl"; - license = stdenv.lib.licenses.bsd; + license = stdenv.lib.licenses.bsd3; homepage = http://ocurl.forge.ocamlcore.org/; maintainers = with stdenv.lib.maintainers; [ bennofs ]; platforms = ocaml.meta.platforms;