-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building on Guix #46
Comments
The opam libraries are defined in nix/opam.nix, but the source comes from Lines 16 to 27 in f6b45ed
Fair warning: I do have a rather invasive script to rip out some dependencies for |
ah, thanks! the package builds with opam 2.1.0-beta2. I was looking at the opam2nix.opam file, where there is no constraint. you might want to add one :). Now I managed to build it, but I'm not sure how to run it on the build side. I found this |
Yeah, the .opam file is not actually used (aside from some experiments I was trying), I should probably just delete it.
Once you get past that, you'll also need to set Lines 116 to 124 in f6b45ed
And it's loaded here in ocaml code, if that's useful: Lines 73 to 120 in f6b45ed
|
(ugh tabs render so ugly in github UI...) |
Hi :)
I'm trying to build opam2nix on Guix, using existing Guix packages (and importing dependencies that are not yet in the distribution). I tried to build v1.2.0 as well as the latest commit, and get the following error:
Am I missing a dependency? Am I using something that's too old/too recent?
The text was updated successfully, but these errors were encountered: