Wiktor Żelazny writes:

> On Thu, Jun 25, 2020 at 10:11:36PM -0400, Kyle Andrews wrote:
>
>> (use-modules ...
>>           (gnu packages cups)
>>              ...)
>
>>   (service cups-service-type
>>                 (cups-configuration
>>                  (extensions
>>                   (list hplip-minimal cups-filters splix))
>>                  (server-name host-name)
>>                  (host-name-lookups #t)
>>                  (web-interface? #t)))
>
> Hi Kyle,
>
> Just a wild guess, but how about declaring cups and splix in the
> `packages` part of your config.scm?
>
> WŻ

Thanks for the suggestion, WZ! I gave it a shot adding cups and splix
into my default packages. Unfortunately, even after completely
restarting the computer I observed no change in the error I get when
trying to print a test page.

Reply via email to