[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39422] [PATCH] gnu: Add pasystray.
From: |
Leo Famulari |
Subject: |
[bug#39422] [PATCH] gnu: Add pasystray. |
Date: |
Tue, 4 Feb 2020 19:31:40 -0500 |
On Tue, Feb 04, 2020 at 10:31:23AM -0500, Amin Bandali wrote:
> * gnu/packages/gtk.scm (pasystray): New variable.
Thanks! Can we put it in the pulseaudio module?
> + (add-before 'bootstrap 'remove-bootstrap.sh
> + (lambda _
> + (delete-file "bootstrap.sh") ; not useful in the context of Guix
> + #t)))))
Also, can you clarify this comment? Like, does it interfere with
building?