File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
development/ocaml-modules/posix Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ buildDunePackage ,
3+ posix-base ,
4+ unix-errno ,
5+ } :
6+
7+ buildDunePackage {
8+ pname = "posix-math2" ;
9+ inherit ( posix-base ) src version ;
10+
11+ propagatedBuildInputs = [
12+ posix-base
13+ unix-errno
14+ ] ;
15+
16+ meta = posix-base . meta // {
17+ description = "Bindings for posix math" ;
18+ } ;
19+ }
Original file line number Diff line number Diff line change @@ -1570,6 +1570,8 @@ let
15701570
15711571 posix-base = callPackage ../development/ocaml-modules/posix/base.nix { } ;
15721572
1573+ posix-math2 = callPackage ../development/ocaml-modules/posix/math2.nix { } ;
1574+
15731575 posix-socket = callPackage ../development/ocaml-modules/posix/socket.nix { } ;
15741576
15751577 posix-time2 = callPackage ../development/ocaml-modules/posix/time2.nix { } ;
You can’t perform that action at this time.
0 commit comments