Re: Packaging Proton Bridge: cryptic compilation failure

2024-12-06 Thread woshilapin
Hi, > As a everyday user of ProtonMail/guix for work i'm also interested to help > you on this task. Perhaps could you provide a chan that contain only the > dependencies and manifest to build proton-bridge ? > Just chiming in, did you know there was also `hydroxide`[1], already packaged in

Re: bash: have: command not found

2024-12-06 Thread Einar Largenius
fredag den 06 december 2024 skrev Tobias Geerinckx-Rice: > So yeah, this is the problem. This isn't how completion works. Remove > it. Install "bash-completion". Be happy. I have installed that package. Guix doesn't touch my login shell config (.bashrc) as far as I know, so I needed to add those

Re: Access to nongnu channel

2024-12-06 Thread Marek Paśnikowski
On poniedziałek, 2 grudnia 2024 15:58:31 CET Timothy Washington wrote: > => However, I seem to get further along when I specify "channels.scm". > After adding "(guix profiles)" to the "use-modules" in system.scm... > > (use-modules (gnu) > (nongnu packages linux) > (guix

Re: bash: have: command not found

2024-12-06 Thread Tobias Geerinckx-Rice
Hiya, On 6 December 2024 21:59:12 UTC, Einar Largenius wrote: >fredag den 06 december 2024 skrev Tobias Geerinckx-Rice: >> Do you have any idea which package added this (broken) code? > >No idea, how can I tell which package adds img2sixel? libsixel, through mpv, but you misunderstand me, there

bash: have: command not found

2024-12-06 Thread Einar Largenius
Hello, For a while now every time I start a terminal I get the following message, right before my prompt: bash: have: command not found It doesn't appear to impact the functionality of the shell. If I then run: LANG=C bash -x Some of the contents are: ... + for f in "$HOME"/

Re: bash: have: command not found

2024-12-06 Thread Tobias Geerinckx-Rice
Hi Einar, On 6 December 2024 14:14:54 UTC, Einar Largenius wrote: >bash: have: command not found 'have' isn't a binary or bash builtin, it's a function defined only when sourcing completion files in the intended manner using the "bash-completion" package. You'll see that in 'bash -x' out

Re: Packaging Proton Bridge: cryptic compilation failure

2024-12-06 Thread Marek Paśnikowski
On czwartek, 5 grudnia 2024 17:37:05 CET you wrote: > Le samedi 30 novembre 2024 à 8:22 PM, Ian Eure a écrit : > > Hi Marek, > > > > On Sat, Nov 30, 2024, at 6:56 PM, Marek Paśnikowski wrote: > > > On sobota, 30 listopada 2024 19:08:49 CET Cayetano Santos wrote: > > > > > sam. 30 nov. 2024 at 17:

Re: Questions about guix-home-service-type for multi-user systems

2024-12-06 Thread Tomas Volf
Edouard Klein writes: > The way I work around this is to use (guix-for-channels ...) in the > sytem's configuration, and never guix pull. The only guix is the > system's: /run/current-system/profile/bin/guix Out of curiosity, were you able to figure out how to cache the computation, or do you l

Re: Questions about guix-home-service-type for multi-user systems

2024-12-06 Thread Kristoffer Ström
Tomas Volf <~@wolfsden.cz> writes: > Edouard Klein writes: > >> The way I work around this is to use (guix-for-channels ...) in the >> sytem's configuration, and never guix pull. The only guix is the >> system's: /run/current-system/profile/bin/guix > > Out of curiosity, were you able to figure o

[PATCH] gnu: libsixel: Fix bash completion.

2024-12-06 Thread Hilton Chain
* gnu/packages/image.scm (libsixel)[source]: Fix bash completion. Fixes: https://issues.guix.gnu.org/73142 Reported-By: elaexuo...@wilsonb.com Fixes: https://mail.gnu.org/archive/html/help-guix/2024-12/msg00029.html Reported-by: Einar Largenius Change-Id: I7e30bfa4ad6efcf27b2e89a42c34802b53bd30

Re: bash: have: command not found

2024-12-06 Thread Nils Landt
> Einar Largenius hat am 06.12.2024 15:14 CET > geschrieben: > > > Hello, > > For a while now every time I start a terminal I get the following message, > right before my prompt: > > bash: have: command not found > > It doesn't appear to impact the functionality of the shell. > This