Chris Marusich writes:
> Apologies for the top post. I noticed this email and wanted to point you to
> prior work, in case it proves useful:
>
> https://issues.guix.gnu.org/31307#14
Very cool — thank you! That should make it easier for me to follow the
tips.
Best wishes,
Arne
--
Unpolitisch
Apologies for the top post. I noticed this email and wanted to point you
to prior work, in case it proves useful:
https://issues.guix.gnu.org/31307#14
On Thu, Sep 22, 2022 at 12:24 PM Maxime Devos
wrote:
>
>
> On 22-09-2022 13:38, Dr. Arne Babenhauserheide wrote:
> >
> > Tobias Geerinckx-Rice
On 22-09-2022 13:38, Dr. Arne Babenhauserheide wrote:
Tobias Geerinckx-Rice writes:
can I express "any version of ffmpeg"?
No, this would go against the goals of Guix: packages can't depend on
properties of the environment they'll end up in (if any).
What’s the right way to deal with t
Tobias Geerinckx-Rice writes:
>> can I express "any version of ffmpeg"?
>
> No, this would go against the goals of Guix: packages can't depend on
> properties of the environment they'll end up in (if any).
What’s the right way to deal with this, then? I need ffmpeg at as
propagated-input, but
On 22-09-2022 00:14, Dr. Arne Babenhauserheide wrote:
Hi,
this packages python-mat2.
To avoid profile collisions when the user installed a different version
of ffmpeg (e.g. ffmpeg@5) in their profile, could you modify the code to
look at a /gnu/store/.../bin/ffmpeg instead? Likewise for b
On 22-09-2022 00:24, Dr. Arne Babenhauserheide wrote:
"Dr. Arne Babenhauserheide" writes:
+(propagated-inputs (list python-mutagen python-pycairo python-pygobject
ffmpeg perl-image-exiftool bubblewrap gdk-pixbuf poppler librsvg))
My local ffmpeg is ffmpeg-5, but this dependency pulls
> can I express "any version of ffmpeg"?
No, this would go against the goals of Guix: packages can't depend on
properties of the environment they'll end up in (if any).
They must be self-contained, or use standard features like $PATH et al to find
optional dependencies at run time, but these wi
"Dr. Arne Babenhauserheide" writes:
> +(propagated-inputs (list python-mutagen python-pycairo python-pygobject
> ffmpeg perl-image-exiftool bubblewrap gdk-pixbuf poppler librsvg))
My local ffmpeg is ffmpeg-5, but this dependency pulls in ffmpeg-4 — can
I express "any version of ffmpeg"?
Be
"Dr. Arne Babenhauserheide" writes:
> +(propagated-inputs (list python-mutagen python-pycairo python-pygobject
> ffmpeg perl-image-exiftool bubblewrap gdk-pixbuf poppler librsvg))
My local ffmpeg is ffmpeg-5, but this dependency pulls in ffmpeg-4 — can
I express "any version of ffmpeg"?
B
Hi,
this packages python-mat2.
From 91f85a377361f989900f007fa08cd2a3063175ac Mon Sep 17 00:00:00 2001
From: Arne Babenhauserheide
Date: Thu, 22 Sep 2022 00:12:41 +0200
Subject: [PATCH] gnu: Add python-mat2 0.13.0
* gnu/packages/python-xyz.scm (python-mat2): New variable.
---
gnu/packages/pytho
10 matches
Mail list logo