You can add the capabilities manually if you copy the binary out of the store.
sudo setcap 'CAP_SYS_RESOURCE=+ep' ./whatever/filepath
Capabilities will be integrated into guix later:
https://lists.gnu.org/archive/html/guix-patches/2023-02/msg00700.html
But even then, the package doesn't work with
Hi Guix,
I am trying to run NoiseTorch on my desktop, which runs swaywm and
pipewire. I added the following configuration to my system:
(setuid-programs
(append
(list
(setuid-program (program (file-append noisetorch "/bin/NoiseTorch"
%setuid-programs))
and rebuilt my system. When