[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using Pipewire for PulseAudio and JACK in Guix
From: |
Divya Ranjan |
Subject: |
Re: Using Pipewire for PulseAudio and JACK in Guix |
Date: |
Fri, 22 Nov 2024 19:39:17 -0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Ricardo Wurmus <rekado@elephly.net> writes:
> Divya <divya@subvertising.org> writes:
>
>> Thanks for pointing it out, indeed its trying to write into
>> /etc/xdg.
>> How does one handle such a case when packaging in Guix?
>
> We'd patch the build system files to make it write to $output/etc/xdg
> instead.
Thanks Ricardo, I did that and finally the package builds and installs fine,
but for some reason running jack_mixer gives the following error:
[divya@lambda divya]$ jack_mixer
Traceback (most recent call last):
File "/home/divya/.guix-profile/bin/jack_mixer", line 5, in <module>
from jack_mixer.app import main
ModuleNotFoundError: No module named 'jack_mixer'
Is this also a path issue?
The package definition can be found here[0] and the source of the package
here[1], I think the package is almost ready, just fix this and I’ll send a
patch.
[0]:
https://codeberg.org/divyaranjan/dotfiles/blame/branch/master/.config/guix/packages/audio.scm
[1]: https://github.com/jack-mixer/jack_mixer
Regards,
--
Divya Ranjan,
Philosophy, Mathematics, Libre Software.
- Re: Using Pipewire for PulseAudio and JACK in Guix, Ricardo Wurmus, 2024/11/01
- Re: Using Pipewire for PulseAudio and JACK in Guix, Divya Ranjan, 2024/11/02
- Re: Using Pipewire for PulseAudio and JACK in Guix, Kaelyn, 2024/11/02
- Re: Using Pipewire for PulseAudio and JACK in Guix, Divya, 2024/11/02
- Re: Using Pipewire for PulseAudio and JACK in Guix, Ricardo Wurmus, 2024/11/02
- Re: Using Pipewire for PulseAudio and JACK in Guix, Divya Ranjan, 2024/11/03
- Re: Using Pipewire for PulseAudio and JACK in Guix, Ricardo Wurmus, 2024/11/03
- Re: Using Pipewire for PulseAudio and JACK in Guix, divya, 2024/11/13
- Re: Using Pipewire for PulseAudio and JACK in Guix,
Divya Ranjan <=