From c1c8d561b1bb7060cb7adc213c70abe0322b71de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 20 Sep 2014 10:34:30 +0200 Subject: [PATCH] fix evaluation (bogus licenses in ocaml-modules) --- pkgs/development/ocaml-modules/sexplib/108.08.00.nix | 2 +- pkgs/development/ocaml-modules/sexplib/default.nix | 2 +- pkgs/development/ocaml-modules/typeconv/108.08.00.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/sexplib/108.08.00.nix b/pkgs/development/ocaml-modules/sexplib/108.08.00.nix index e97a03d43af3..3e73b562e7e9 100644 --- a/pkgs/development/ocaml-modules/sexplib/108.08.00.nix +++ b/pkgs/development/ocaml-modules/sexplib/108.08.00.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation { meta = { homepage = https://ocaml.janestreet.com/; description = "Library for serializing OCaml values to and from S-expressions"; - license = stdenv.lib.asl20; + license = stdenv.lib.licenses.asl20; platforms = ocaml.meta.platforms; }; } diff --git a/pkgs/development/ocaml-modules/sexplib/default.nix b/pkgs/development/ocaml-modules/sexplib/default.nix index 613c635675fb..6f744778875c 100644 --- a/pkgs/development/ocaml-modules/sexplib/default.nix +++ b/pkgs/development/ocaml-modules/sexplib/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation { meta = { homepage = https://ocaml.janestreet.com/; description = "Library for serializing OCaml values to and from S-expressions"; - license = stdenv.lib.asl20; + license = stdenv.lib.licenses.asl20; platforms = ocaml.meta.platforms; }; } diff --git a/pkgs/development/ocaml-modules/typeconv/108.08.00.nix b/pkgs/development/ocaml-modules/typeconv/108.08.00.nix index 751d3da9809f..30ced37efe53 100644 --- a/pkgs/development/ocaml-modules/typeconv/108.08.00.nix +++ b/pkgs/development/ocaml-modules/typeconv/108.08.00.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation { meta = with stdenv.lib; { homepage = https://ocaml.janestreet.com/; description = "Support library for OCaml preprocessor type conversions"; - license = licenses.apl20; + #license = licenses.apl20; invalid license platforms = ocaml.meta.platforms; maintainers = with maintainers; [ z77z ]; };