summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2021-07-15 16:06:42 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-07-16 08:36:05 +0200
commit77b1d5ef0e2b047b15a55737e91b75b7cdd63cba (patch)
tree87b0b5c2bae52dddf0c5aba049e5e091a61b3c01 /pkgs/top-level/ocaml-packages.nix
parent91ffffd90404331e0af54fa3fb8063f2f849a321 (diff)
downloadnixpkgs-77b1d5ef0e2b047b15a55737e91b75b7cdd63cba.tar
nixpkgs-77b1d5ef0e2b047b15a55737e91b75b7cdd63cba.tar.gz
nixpkgs-77b1d5ef0e2b047b15a55737e91b75b7cdd63cba.tar.bz2
nixpkgs-77b1d5ef0e2b047b15a55737e91b75b7cdd63cba.tar.lz
nixpkgs-77b1d5ef0e2b047b15a55737e91b75b7cdd63cba.tar.xz
nixpkgs-77b1d5ef0e2b047b15a55737e91b75b7cdd63cba.tar.zst
nixpkgs-77b1d5ef0e2b047b15a55737e91b75b7cdd63cba.zip
ocamlPackages.secp256k1-internal: init at 0.2.0
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index e5a792caf0f..ebe7465fae5 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -1031,6 +1031,8 @@ let
       inherit (pkgs) secp256k1;
     };
 
+    secp256k1-internal = callPackage ../development/ocaml-modules/secp256k1-internal { };
+
     seq = callPackage ../development/ocaml-modules/seq { };
 
     sosa = callPackage ../development/ocaml-modules/sosa { };