Hi.
It looks like there's a bug in "contrib/cl-sndfile/cffi-sndfile.lisp".
The 'make-sndinfo' function definition tries to get the size of the
'info' foreign structure before this foreign structure is defined.
After moving the definition of 'make-sndinfo' at the end of the file,
compilation works
On Wed, Oct 18, 2023 at 02:46:57PM -0400, Maxim Cournoyer wrote:
> Hi Efraim,
>
> Efraim Flashner writes:
>
> [...]
>
> >> This sounds good except I don't understand how disabling the tests by
> >> default help to "make sure that the packages have the correct inputs" ?
> >
> > When the tests ar
On Tue, May 16, 2023 at 4:55 PM Csepp wrote:
>
>
> Greg Hogan writes:
>
> > I could not find documentation on this circumstance or how to resolve.
> > Both 'parallel' and 'moreutils' produce a 'bin/parallel' and only one
> > can go in the $GUIX_PROFILE.
> >
> > Creating a container, the latter pa
Hi,
--- Original Message ---
On Monday, October 23rd, 2023 at 6:18 AM, Greg Hogan wrote:
>
> On Tue, May 16, 2023 at 4:55 PM Csepp raingl...@riseup.net wrote:
>
> > Greg Hogan c...@greghogan.com writes:
> >
> > > I could not find documentation on this circumstance or how to resolve.
>
Hi Efraim!
Efraim Flashner writes:
[...]
>> > error: unnecessary parentheses around index expression
>> > -->
>> > /tmp/guix-build-rust-nalgebra-0.21.1.drv-0/nalgebra-0.21.1/src/linalg/convolution.rs:49:53
>> >|
>> > 49 | conv[i] += self[u] * kernel[(i - u)];
>> >
Hello,
I'm trying to package x2goclient.
You can find my attempt in the two following files that i'm using in a
local guix channel for testing purpose. x2goclient.scm is the main package
file. nx-libs.scm is a dependency.
While those files build well and x2go gui launch perfectly, It seems that I
c
Hi,
Looks like it's working.
I was able to complete the "building from git" section of the documentation
after an update of guix.
Thanks everyone.
Le sam. 9 sept. 2023 à 11:01, Simon Tournier a
écrit :
> Hi,
>
> On Thu, 07 Sep 2023 at 19:45, wolf wrote:
>
> >> The Makefile does not run ‘guix gi
Hi,
On Sat, 14 Oct 2023 at 11:21, Maxim Cournoyer wrote:
> As was discussed in [1], a proposal that emerged is adding a new
> commit-msg hook to our auto-configuration, so that a 'Change-Id' git
> trailer would always get added to new commits.
>
> This part has been implemented already bug#66027
Hi,
On Tue, 16 May 2023 at 16:41, Greg Hogan wrote:
> I could not find documentation on this circumstance or how to resolve.
> Both 'parallel' and 'moreutils' produce a 'bin/parallel' and only one
> can go in the $GUIX_PROFILE.
>
> Creating a container, the latter package overshadows the former