From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gnu =?UTF-8?Q?R=C3=B6oty?= Subject: bug#32296: Date: Thu, 2 Aug 2018 09:05:51 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000000bb70805726e718f" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fl7hU-0006Ow-E6 for bug-guix@gnu.org; Thu, 02 Aug 2018 03:07:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fl7hO-0004Gk-S4 for bug-guix@gnu.org; Thu, 02 Aug 2018 03:07:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33176) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fl7hO-0004Ga-O6 for bug-guix@gnu.org; Thu, 02 Aug 2018 03:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fl7hO-0005VI-Hm for bug-guix@gnu.org; Thu, 02 Aug 2018 03:07:02 -0400 In-Reply-To: Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fl7gK-00062p-U8 for bug-guix@gnu.org; Thu, 02 Aug 2018 03:06:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fl7gH-000355-20 for bug-guix@gnu.org; Thu, 02 Aug 2018 03:05:56 -0400 Received: from mail-it0-x22e.google.com ([2607:f8b0:4001:c0b::22e]:38293) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fl7gG-00034h-Sk for bug-guix@gnu.org; Thu, 02 Aug 2018 03:05:52 -0400 Received: by mail-it0-x22e.google.com with SMTP id v71-v6so1768590itb.3 for ; Thu, 02 Aug 2018 00:05:52 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 32296@debbugs.gnu.org --0000000000000bb70805726e718f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I did that and I have this error, (use-modules (gnu) (gnu system nss)) (use-service-modules desktop networking dbus cups) (use-package-modules certs mate wicd glib cups) (services (cons* (service-cups-service-type (cups-configuration (web-interface? #t) (extensions (list cups-filters htplip)))))) (operating-system (host-name "x200") (timezone "Europe/Paris") (locale "fr_FR.utf8") sudo -E guix system reconfigure /etc/config.scm /etc/config.scm:7:0: erreur : services : variable non li=C3=A9e conseil : Auriez-vous oubli=C3=A9 un `use-modules' ? --0000000000000bb70805726e718f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I did that and I have this error,

(use-modules= (gnu) (gnu system nss))
(use-service-modules desktop networking dbus cu= ps)
(use-package-modules certs mate wicd glib cups)

(services (co= ns* (service-cups-service-type
(cups-configuration
(web-interface? #t= )
(extensions
(list cups-filters htplip))))))

(operating-syste= m
=C2=A0 (host-name "x200")
=C2=A0 (timezone "Europe/P= aris")
=C2=A0 (locale "fr_FR.utf8")

sudo -E = guix system reconfigure /etc/config.scm
/etc/config.scm:7:0: erreur : s= ervices : variable non li=C3=A9e
conseil : Auriez-vous oubli=C3=A9 un `u= se-modules' ?

--0000000000000bb70805726e718f--