From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 7z0oCOV+317/NQAA0tVLHw (envelope-from ) for ; Tue, 09 Jun 2020 12:21:57 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kNxsA+V+316ZDQAAbx9fmQ (envelope-from ) for ; Tue, 09 Jun 2020 12:21:57 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 577CA940982 for ; Tue, 9 Jun 2020 12:21:56 +0000 (UTC) Received: from localhost ([::1]:52136 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jidGN-0001ss-9y for larch@yhetil.org; Tue, 09 Jun 2020 08:21:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41356) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jidGF-0001sf-JI for guix-devel@gnu.org; Tue, 09 Jun 2020 08:21:47 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:50549) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jidGE-0004zv-2M for guix-devel@gnu.org; Tue, 09 Jun 2020 08:21:47 -0400 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 7D7C620005 for ; Tue, 9 Jun 2020 12:21:41 +0000 (UTC) From: Pierre Neidhardt To: guix-devel@gnu.org Subject: GNOME minimal Date: Tue, 09 Jun 2020 14:21:39 +0200 Message-ID: <87a71ch1kc.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=217.70.183.200; envelope-from=mail@ambrevar.xyz; helo=relay7-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/09 08:21:41 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: +Sm5y6A5pgpy --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi! I've defined a minimal GNOME this way: =2D-8<---------------cut here---------------start------------->8--- (define-public gnome-minimal (package (inherit gnome) (name "gnome-minimal") (propagated-inputs ;; Keep nautilus. (fold alist-delete (package-propagated-inputs gnome) '("baobab" "cheese" "eog" "epiphany" "evince"=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 "file-roller" "gedit" "gnome-boxes" "gnome-calculator" "gnome-calendar" "gnome-characters" "gnome-clocks" "gnome-contacts" "gnome-disk-utility" "gnome-font-viewer" "gnome-maps" ;; "gnome-music" ;; "gnome-photos" "gnome-screenshot" "gnome-system-monitor" "gnome-terminal" "gnome-weather" "simple-scan" "totem"))))) =2D-8<---------------cut here---------------end--------------->8--- Then I modified my GNOME service: =2D-8<---------------cut here---------------start------------->8--- (operating-system ... (services (cons* (service gnome-desktop-service-type (gnome-desktop-configuration (gnome gnome-minimal))) %my/services)) =2D-8<---------------cut here---------------end--------------->8--- But building it fails with =2D-8<---------------cut here---------------start------------->8--- Backtrace: 1 (primitive-load "/home/ambrevar/.config/guix/current/bin/guix") In guix/ui.scm: 1945:12 0 (run-guix-command _ . _) guix/ui.scm:1945:12: In procedure run-guix-command: Throw to key `match-error' with args `("match" "no matching pattern" #f)'. =2D-8<---------------cut here---------------end--------------->8--- Any idea? As a side note, would it make sense to include it in Guix? Maybe just include the above example in the documentation? Cheers! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl7fftMACgkQm9z0l6S7 zH9jWQf/QblhwiS/d9vnBFIa/B1cGa6NALQTf10py8uUSESQ4qp6uCEtagTy6nwh x3fKpVXLwXwrISHS9nIan00XD8j3VDFL/Q+NCACwVC0n4Wfonig2jFNeYFevW+sO bNimZLaey+2tb6yw7sM2Dv3iODaYh/Qb99lkl2kf9nnfV5fe32gEEcZziRFxGLZO ZJWp15guZ8axOJIDu+DaZu0tp96HkpI3O3FGFZWxas5E/myAIRoD/7qEJdDoPv1f uNdbGxnmBpOJJPbFIGL1+IYsiZ4WamAnLL6iVR9iGjn1DQ12GOiq21kadavg/Q6w 30t0ywmmdGJXI7yXCo6zGdp80kX5jw== =Uomn -----END PGP SIGNATURE----- --=-=-=--