Typo in subject: it doesn't *work.
Hi,
With, say, 'nr' = 4, the GROUP-OUTPUTS procedure in cuirass/database.scm
will transform
0 | out | /gnu/store/...
1 | out | /gnu/store/...
1 | debug | /gnu/store/...
2 | out | /gnu/store/...
into
((#:id . 0) (#:outputs ("out" (#:path . "/gnu/store/..."
((#:id . 1) (#:
On Thu, 26 Jul 2018 17:40:06 -0400
Christopher Lemmer Webber wrote:
> From 3ca38f3813eb7e6473673622de04b8fbb03d256d Mon Sep 17 00:00:00 2001
> From: Christopher Lemmer Webber
> Date: Thu, 26 Jul 2018 17:37:53 -0400
> Subject: [PATCH] gnu: Add chroma.
>
> * gnu/packages/games.scm (chroma): New v
Hi I have a problem with the CUPS service.
I put the script
(service cups-service-type
(cups-configuration
(web-interface? #t)
(extensions
(list cups-filters hplip
and I have put in the 'use-service-module cups' and 'use-package-module
cups'
I upgrade my GuixSD with sudo -E guix system recon