about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-09-20 10:34:30 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-09-20 10:34:47 +0200
commitc1c8d561b1bb7060cb7adc213c70abe0322b71de (patch)
tree96978f6be030ae393170d9c1d032e451c1533b27 /pkgs/development/ocaml-modules
parent18ca33ee7ccb2e00044f572b44c9920b65f51bba (diff)
downloadnixlib-c1c8d561b1bb7060cb7adc213c70abe0322b71de.tar
nixlib-c1c8d561b1bb7060cb7adc213c70abe0322b71de.tar.gz
nixlib-c1c8d561b1bb7060cb7adc213c70abe0322b71de.tar.bz2
nixlib-c1c8d561b1bb7060cb7adc213c70abe0322b71de.tar.lz
nixlib-c1c8d561b1bb7060cb7adc213c70abe0322b71de.tar.xz
nixlib-c1c8d561b1bb7060cb7adc213c70abe0322b71de.tar.zst
nixlib-c1c8d561b1bb7060cb7adc213c70abe0322b71de.zip
fix evaluation (bogus licenses in ocaml-modules)
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/sexplib/108.08.00.nix2
-rw-r--r--pkgs/development/ocaml-modules/sexplib/default.nix2
-rw-r--r--pkgs/development/ocaml-modules/typeconv/108.08.00.nix2
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 ];
   };