Re: Turning Gemfile.lock into a guix environment

2024-03-02 Thread Carlo Zancanaro
Hi Daniel, On Tue, Feb 27 2024, Daniel Littlewood wrote: > Hi everyone, I'm trying to figure out how to convert a Ruby project > from using bundler to using guix directly, so I can sidestep > rvm/rbenv/bundle. I'm not aware of a solution to this in Guix, but there is a Nix-based solution: bundix[

Re: Cannot lock screen in lxqt desktop

2024-03-02 Thread William
On Fri, 1 Mar 2024 11:28:45 +0100 Reza Housseini wrote: > Hi Guixers > > When I click "Lock Screen" in the desktop menu I get a popup with the > warning > >Failed to run "xdg-screensaver lock". Ensure you have a > locker/screensaver compatible with xdg-screensaver installed and > running.

Builder error on package build

2024-03-02 Thread Pablo Martinez
Hello guix! I'm trying to build a package, and I'm getting this error: builder for `/gnu/store/x4p1bry8c5lakzjv1bs4jb118dlj2j0g-openfortivpn-webview-1.2.0.drv' failed to produce output path `/gnu/store/2r3mk9rh3ycyc905c30bwdj0xvqnpcjg-openfortivpn-webview-1.2.0' Here's the https://pastebi

Staging Scheme code to run as one-shot service

2024-03-02 Thread Owen T. Heisler
service where the entire service functionality is in a procedure. = Hi! I am trying to declare a simple one-shot operating-system service where the entire service functionality is in a procedure. Following is a minimal reproducible example. The error is `In procedure fport_write: Broken pipe`