[fr] Moment de convivialité Guix@Paris en octobre

2024-10-04 Thread Tanguy LE CARROUR
(Warning: this email is in french because the meeting is supposed to be held in French… and in person.) Bonjour Guix, Ce jeudi 17 octobre à 19h se tiendra la seconde soirée de la 3ème saison des rencontres Guix à Paris. Retrouvez tous les détails sur l’Agenda du Libre :

Re: Conflict with ffmpeg and mpv

2024-10-04 Thread Felix Lechner via
Hi Chris, On Fri, Oct 04 2024, Chris Keschnat wrote: > guix package: error: profile contains conflicting entries for ffmpeg > guix package: error: first entry: ffmpeg@7.0.2[...] > guix package: error: second entry: ffmpeg@6.1.1[...] > guix package: error:... propagated fro

Re: Conflict with ffmpeg and mpv

2024-10-04 Thread Luis Felipe
Hi Chris, On 4/10/24 9:22, Chris Keschnat wrote: Hello, when upgrading a profile containing both mpv and ffmpeg, I get this error: #+begin_src sh guix package: error: profile contains conflicting entries for ffmpeg guix package: error: first entry: ffmpeg@7.0.2 /gnu/store/xrllv211xv66h

Trying to install Guix SD - grub-install fails

2024-10-04 Thread David Lecompte via
Hello all, I never used Guix SD, only Guix on a foreign distro. I want to install a system on an external SSD so that I can boot my PC in case my default boot disk would have problems (I have my data on other disks in this PC) and I decided to try with Guix SD. With the guided installation in gr

Conflict with ffmpeg and mpv

2024-10-04 Thread Chris Keschnat
Hello, when upgrading a profile containing both mpv and ffmpeg, I get this error: #+begin_src sh guix package: error: profile contains conflicting entries for ffmpeg guix package: error: first entry: ffmpeg@7.0.2 /gnu/store/xrllv211xv66hcyg19l3p9cd21yi9506-ffmpeg-7.0.2 guix package: err

Re: Add path to a guix package into CMakeLists.txt

2024-10-04 Thread Felix Lechner via
Hi Aristide, On Thu, Oct 03 2024, Andreas Enge wrote: > (let* ((lrs (assoc-ref inputs "lrslib")) Andreas practically co-founded Guix and I'm a noobie, but I think Lily might have told me once that 'search-input-file' is now preferred. Kind regards Felix