libargon2 not woking with the argon2 package #72
-
Heya! I can't quite figure out if this is an issue with opam-nix or an issue upstream. I am running into the issue:
When trying to run an ocaml project that makes use of argon2. I can see that argon2 is installed, as the argon2 command is available in nix develop. However, the above error shows up when I try to run my dune project. I have the following flake
And I created a small reproducible sample here: https://git.sr.ht/~marcc/minimalerror/tree. My suspicion is that it's not able to reference the library from path, as I was able to resolve this on linux by adding
Same solution does not work on Mac though. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Heya! It turned out the issue was in fact downstream with argon2 itself. It has to do with argon2 v.1.0.2 not being published (ocaml/opam-repository#24314). It fixes the issue |
Beta Was this translation helpful? Give feedback.
Heya!
It turned out the issue was in fact downstream with argon2 itself. It has to do with argon2 v.1.0.2 not being published (ocaml/opam-repository#24314). It fixes the issue