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 commits
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 dif
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 . "build-aux/
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 an
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 /
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 /
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" (http
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 Gur