From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 8Hz7Hgy4EWRBOwAASxT56A (envelope-from ) for ; Wed, 15 Mar 2023 13:20:28 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id sPESHgy4EWTkqAAAG6o9tA (envelope-from ) for ; Wed, 15 Mar 2023 13:20:28 +0100 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 45B76E611 for ; Wed, 15 Mar 2023 13:20:28 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pcQ70-0003U3-9j; Wed, 15 Mar 2023 08:20:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcQ6y-0003Sw-9C for guix-patches@gnu.org; Wed, 15 Mar 2023 08:20:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pcQ6s-0003Ea-RG for guix-patches@gnu.org; Wed, 15 Mar 2023 08:20:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pcQ6s-0000bl-Ja for guix-patches@gnu.org; Wed, 15 Mar 2023 08:20:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62200] [PATCH] gnu: Add emacs-nyxt. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 15 Mar 2023 12:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62200 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62200@debbugs.gnu.org Cc: contact@conses.eu X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16788827682279 (code B ref -1); Wed, 15 Mar 2023 12:20:02 +0000 Received: (at submit) by debbugs.gnu.org; 15 Mar 2023 12:19:28 +0000 Received: from localhost ([127.0.0.1]:39272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcQ6J-0000ag-M2 for submit@debbugs.gnu.org; Wed, 15 Mar 2023 08:19:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:45302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcQ6I-0000aY-6j for submit@debbugs.gnu.org; Wed, 15 Mar 2023 08:19:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcQ6H-0003Mw-Sm for guix-patches@gnu.org; Wed, 15 Mar 2023 08:19:25 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcQ6G-00034t-0f for guix-patches@gnu.org; Wed, 15 Mar 2023 08:19:25 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id 93FF4FF802; Wed, 15 Mar 2023 12:19:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1678882760; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=nrFmIltOl7HAN9drDuz8Hvrk5nc/jNbMOYcF+LD1xV0=; b=Q3ni/yaqiEmxUd2nID9GEVtpdi13AtPxbSgcL/jjXVVTGGeHiqmjZB438wuc72yEEQlTno Bo1JQng5u8qvhF2fHSw5dXukh5WUiUVbagMStMCzvxglG6gDZjdlLKyaO1ufzE+lwakUmJ PL552DQsRV3+soHetSO7cIGXfE5MNKaWMmkwor1WKyzUPGlONS7t6gwqHhVaHUl07y1NpN di/7YLQFloZ7iDKTJ6tW8I2xbRyhpoEIiZNB3cU0n6KYIwXVzlevnZ3cUsQGKPxRdjMPr7 yuU2vBtrXE1wjTvEptTc1seFEOW8QubDPf5GI19b/Mk56xNdWsjQ3LQa7sPEQg== From: conses Date: Wed, 15 Mar 2023 13:19:18 +0100 Message-ID: <867cvixl4p.fsf@conses.eu> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.183.199; envelope-from=contact@conses.eu; helo=relay9-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=conses.eu header.s=gm1 header.b="Q3ni/yaq"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1678882828; a=rsa-sha256; cv=none; b=IvbR5iM9hZfgcqA6l4J5chMEb/qKDUGxgcGtZhMrDexznClYHf/r+FLUI2ynfYlt1heX2M 4FPYKl9QjFgT6qntnLTLYF5KeXRiWO0FMrWtZf94AwGyELZnbcB5l8SfpnNKl0HJj4+Itk S/PHOvC5HGyfduItSXPJhC9AEtUekDhKuGDeU0rdi0eKlVg530lxL8ouyIYdfMfVJpXa6e EhHqk1UOH2Xr85Tgw0b4rPt/H94EQ1K/8XeFCxzFBrHm5BJVgA00M5tUAyFfn9PMrAHGfS UeTVCYNu1DjdEGKJTRpv1VbJo+9HVfyXcU1jJxP7PK1/VswKZtZOklgj74mrRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1678882828; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:list-id:list-help:list-unsubscribe:list-subscribe: list-post:dkim-signature; bh=nrFmIltOl7HAN9drDuz8Hvrk5nc/jNbMOYcF+LD1xV0=; b=sVZP/jMlBh1FT/cqB/cWyLuowf7uE9//0DmwMyMX4WMZMH6nssslWxG02YRmdhYiExJVw4 j9WYKiKXYCAZGv2Z32Ui485pS1NjRZbP8HHWliiWmDGN9X/vQRH1rRWvHu9LspgmpedjSY TUUUplPztOlH0JJ7aHaGZSlcpzC6fImgAi4v0vRQlMNpsr7+OzsL8qM7OMZ4Jcpx1TzOyT pyD5Icsmt4p5p8bEvwgMTvCHU63iXA8Z+yxe82H0bc8Z9W3/ytf0PCWCT0bOMJNmVEGiVA u8XIzpqqfU3/XBTo8QSiFmHjgKVgtsABgHf2Ea7wYRrA+94KCrXhZ70oiyywgg== X-Migadu-Spam-Score: -1.03 X-Spam-Score: -1.03 X-Migadu-Queue-Id: 45B76E611 X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=conses.eu header.s=gm1 header.b="Q3ni/yaq"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none X-TUID: F7h8rMWDGbpJ * gnu/packages/emacs-xyz.scm (emacs-nyxt): New variable. --- gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3c067fe16c..fdd2202b3d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27498,6 +27498,27 @@ (define-public emacs-nix-mode comments.") (license license:lgpl2.1+))) +(define-public emacs-nyxt + (package + (name "emacs-nyxt") + (version "0.1.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://git.sr.ht/~conses/nyxt.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hgb10pk5m3v2gsl4h6i821nyzksss0rk4hhjnfb7nm98lalzbl6")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-sly)) + (home-page "https://git.sr.ht/~conses/nyxt.el") + (synopsis "Interact with Nyxt from Emacs.") + (description "This package consists of custom logic to interact with +Nyxt from Emacs.") + (license license:gpl3+))) + (define-public emacs-libmpdel (package (name "emacs-libmpdel") -- 2.39.1 -- Best regards, conses