Re: Bluetooth Service missing in Desktop Services

2019-06-22 Thread Reza Alizadeh Majd
Hi, as mentioned in the docs, `bluetooth-service` is part of `gnu services desktop` module. but it is a separated service and is not added to `%desktop-services` list. maybe it's because bluetooth is not a mandatory service for that. Best, Reza On Sun, Jun 23, 2019, at 9:51 AM, Raghav

Bluetooth Service missing in Desktop Services

2019-06-22 Thread Raghav Gururajan
Hello Guix! Guix Manual lists "bluetooth-service" as a part of "%desktop-services" (http://guix.gnu.org/manual/en/html_node/Desktop-Services.html#Desktop- Services). But the Guix Repository doesn't list "bluetooth-service" in "define %desktop-services" section (very bottom) of "desktop.scm"

guix system init with mounted btrfs subvolumes

2019-06-22 Thread Matt Huszagh
I'm encountering the error "rmdir: Device or resource busy" when I attempt to perform guix system init on a mount point that has btrfs subvolumes. Here's the process I've used for creating and mounting the subvolumes prior to running `guix system init`: mount -t btrfs -o compress=lzo LABEL=btrfs

guix system init with mounted btrfs

2019-06-22 Thread Matt Huszagh
I'm encountering the error "rmdir: Device or resource busy" when I attempt to perform guix system init on a mount point that has btrfs subvolumes. Here's the process I've used for creating and mounting the subvolumes prior to running `guix system init`: mount -t btrfs -o compress=lzo LABEL=btrfs

Re: List available versions of package.

2019-06-22 Thread Ricardo Wurmus
Hi Philippe, > Also, is it expected that packages from guix commits dating > from a few years ago will still work in this setting? Thanks! Commits before the introduction of inferiors likely won’t work, unfortunately. For running old versions I recommend writing new package variants instead

Guix Cuirass won't start build

2019-06-22 Thread Reza Alizadeh Majd
Hi Guix, I wanted to run Guix Cuirass manually using following demo specification: root@panther ~/ci# cat spec.scm (define hello-spec '((#:name . "hello-spec") (#:load-path-inputs . ("guix")) (#:package-path-inputs . ("guix")) (#:proc-input ."guix") (#:proc-file .

Re: List available versions of package.

2019-06-22 Thread Tobias Geerinckx-Rice
Philippe, Le mar. 11 juin 2019 à 09:43, Philippe Veber a écrit : Hello Tobias, and thanks a lot for your answer! I completely missed this reply. I am so sorry. Philippe Veber wrote: Hello everyone, FWIW, I tried the exact example given in the manual [0] and it failed, although for a

Re: List available versions of package.

2019-06-22 Thread Philippe Veber
Hello everyone, FWIW, I tried the exact example given in the manual [0] and it failed, although for a different reason. It does a lot of work until it reaches an exception (the build of profile.drv fails). Could someone confirm this should work? Also, is it expected that packages from guix