GNU bug report logs -
#74251
[PATCH] Adding jack-mixer audio package
Previous Next
Reported by: Divya Ranjan <divya <at> subvertising.org>
Date: Fri, 8 Nov 2024 00:05:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 2024-11-11 20:42, Divya Ranjan wrote:
> Ekaitz Zarraga <ekaitz <at> elenq.tech> writes:
>
>> Sorry mate I didn't explain it properly.
>>
>> The commit message has two parts: a title and a body.
>>
>> The title you used before was correct, you were only missing the
>> body. This is how the whole commit message should look like:
>>
>> gnu: audio: Add jack-mixer
>>
>> * gnu/packages/audio.scm (jack-mixer): New variable.
>>
>
> Okay, I think this is the final patch.
>
>
> Regards,
Yes, this is almost there but there are still a couple of warnings by
`guix lint`:
jack-mixer <at> 19: the source file name should contain the package name
This is complaining because when it clones the source code it is called
"jack_mixer" but your package is called "jack-mixer" instead. You could
fix it using something like this in the `origin`:
(file-name (git-file-name name version))
If you add that and fix the indentation (you can use `guix style` for
that), I think this is ready to go.
You are almost there!
PS: The other warning I think we can ignore for the moment. We have some
other packages with the same warning I think it's because of the
expansion of the `(,gtk+ "bin")
This bug report was last modified 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.