Re: Unresolable collision between ocaml packages

2019-06-06 Thread Julien Lepiller
Le 6 juin 2019 08:06:42 GMT+02:00, Julien Lepiller a écrit : >Le 5 juin 2019 22:21:37 GMT+02:00, Brett Gilio a >écrit : >>Hi all, >> >>I like to make meta-packages that I can pass to `guix environment >>--ad-hoc` for development. I have the following meta package for ocaml >> >>(define-public me

Re: guile scheme tutorial

2019-06-06 Thread Laura Lazzati
Hi! May I help by fixing some typos :) ? Regards :) Laura

Adding riscv64 support to qemu-binfmt-service

2019-06-06 Thread Vagrant Cascadian
I've been trying to get riscv64 support added to qemu-binfmt-service, but it doesn't appear to work I can successfully guix system reconfigure, with the following in my config.scm: (services (cons* (service dhcp-client-service-type) (service qemu-binfmt-service-type

Re: Unresolable collision between ocaml packages

2019-06-06 Thread Brett Gilio
Julien Lepiller writes: > Le 6 juin 2019 08:06:42 GMT+02:00, Julien Lepiller a > écrit : >>Le 5 juin 2019 22:21:37 GMT+02:00, Brett Gilio a >>écrit : >>>Hi all, >>> >>>I like to make meta-packages that I can pass to `guix environment >>>--ad-hoc` for development. I have the following meta pac

Re: Version of package fontforge

2019-06-06 Thread ison
Here's a patch to set the version date based on the packages version string. I also added a comment above the version to note that the version date depends on its format, in case it ever changes in the future. Does someone want to look it over and make sure it looks ok, and follows the right conve

Re: Unresolable collision between ocaml packages

2019-06-06 Thread Julien Lepiller
Le 7 juin 2019 06:10:57 GMT+02:00, Viet Le a écrit : >I did look into the cmdliner github and found the fix done 2 months >ago: > >https://github.com/dbuenzli/cmdliner/commit/2e395e35a40178685700d74e5d9529becdafd137 > >Viet > >On Fri, 7 Jun 2019 at 04:56, Brett Gilio wrote: > >> >> Julien Lepille