From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:700:3204::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id cEatD19Rh2V4VgEAkFu2QA (envelope-from ) for ; Sat, 23 Dec 2023 22:30:07 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id AIS6B19Rh2URagAAe85BDQ (envelope-from ) for ; Sat, 23 Dec 2023 22:30:07 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b=HbVSW6Nt; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1703367007; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=EgH2ZxHgcteG+mbp2TQsZscWhICUFjlgd+uGloDgQD0=; b=frtjqAT237OGmt74wNKz7n8iBiodJeCbF28y6TuVwoubWvM2gWHXC2V8BcwuV3t7eyB56O UYKjhNPHFOXxo/xeRQAhld9W+OT1Nrl7D+k2M+dJglkr5WVXOCKH3l3yEWwfRoQLy1w3nD JrXssnNqitx2UTYa8jCJi34i5vm5usjx/A/VIAZG2xgesS7WfBrvdSk1CABg7ny+OAvPRG RbHEDWaUbOSnKY/cRSwo5B+LrvSkYR0GSOwmO4MxKrYbM8n07DdTz5CF/bcC2bzn+pxfVY nceb1UWjUHte+vma/T8AlEaAKVpJag2Nc130CMEDdv0bz48RPz/H9h93JULWCg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1703367007; a=rsa-sha256; cv=none; b=K6K2Ba+9f/+T3dudcQuRLLGvI4LC6LZHL1uZzFiQwINZhxVvi6AQEIMhQNAbkXP7vpNVJk nQMVYqNLdgBe61dePNlV7Ro86sZl20QEec6UcbRk6HNULMEobw7+kWyo+mlWxpQ3cduOiv mjC8o0319ajphMtReBfZhBZMF004zfCX0amCnP+/lzjZLMDRwwnKnlEalZKTjc+fyVn4AS ydfRyq5PUPnW5SDIdRRfYSFt74IFQkQjt6vpPbmTbufkbU9Z/HjNXb8DITtjzystpD+CvU mO78wJlHG0qojHQe686uZZIzs70U3IdfNqMsAzYQSiuBTQp2XzIxIifOt03teg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b=HbVSW6Nt; 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=pass (policy=none) header.from=gnu.org 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 EFB385709C for ; Sat, 23 Dec 2023 22:30:06 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rH9ZG-0007CY-Mu; Sat, 23 Dec 2023 16:29:58 -0500 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 1rH9ZE-0007CM-TM for guix-patches@gnu.org; Sat, 23 Dec 2023 16:29:56 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rH9ZE-00043h-LO for guix-patches@gnu.org; Sat, 23 Dec 2023 16:29:56 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rH9ZK-0001zD-0B; Sat, 23 Dec 2023 16:30:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67983] [PATCH v2REVISION 5/6] gnu: Add emacs-nerd-icons-completion. Resent-From: Jaeme Sifat Original-Sender: "Debbugs-submit" Resent-CC: andrew@trop.in, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, guix-patches@gnu.org Resent-Date: Sat, 23 Dec 2023 21:30:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67983 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67983@debbugs.gnu.org Cc: Jaeme Sifat , Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler X-Debbugs-Original-Xcc: Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler Received: via spool by 67983-submit@debbugs.gnu.org id=B67983.17033669727577 (code B ref 67983); Sat, 23 Dec 2023 21:30:01 +0000 Received: (at 67983) by debbugs.gnu.org; 23 Dec 2023 21:29:32 +0000 Received: from localhost ([127.0.0.1]:51370 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rH9Yc-0001xw-V2 for submit@debbugs.gnu.org; Sat, 23 Dec 2023 16:29:32 -0500 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:36158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rH9Yb-0001xj-28 for 67983@debbugs.gnu.org; Sat, 23 Dec 2023 16:29:17 -0500 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1rH9YP-007ftu-Kd for 67983@debbugs.gnu.org; Sat, 23 Dec 2023 22:29:05 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector2; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To :Message-ID:Date:Subject:Cc:To:From; bh=EgH2ZxHgcteG+mbp2TQsZscWhICUFjlgd+uGloDgQD0=; b=HbVSW6NttwL08JwqjqADlzN+Fm 8+onHA0ObSrX1HtF0okOf5esLK/WGXPBpQ9jytkaEVMys3o98WBTxE2sPStEaKLxiUrqHA55z4OE+ UVD9cDr0v4/ZmSUfUx+q0mKP0W+hwsUI+cP5JoQEI5rjliGJvacgBL0xQ954z7TNZ3DQ57AoO8tqQ 2hxYAObPAaOjz54gUuuMOx6eXYmDymBHAo5WtVSYB/7/5jKOJyXPafPlPXkpzHS3JfxNxdD9WZAUv mTZ2NMWY5crgj5Pw4F82DKvpy6BgN6U0mhF4DvSv3szqpc0aQVgdx9Fj58LI5A1hW/EEC2s3GQ8AN K07h/cvA==; Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1rH9YP-0006Tf-CV for 67983@debbugs.gnu.org; Sat, 23 Dec 2023 22:29:05 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (1176697)] (TLS1.2:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) id 1rH9YG-000SPx-ML; Sat, 23 Dec 2023 22:28:56 +0100 Date: Sat, 23 Dec 2023 16:23:47 -0500 Message-ID: <3b228777a52382482db7aa25b347f67f42442c36.1703366019.git.jaeme@runbox.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Reply-to: Jaeme Sifat X-ACL-Warn: , Jaeme Sifat via Guix-patches From: Jaeme Sifat via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -4.81 X-Spam-Score: -4.81 X-Migadu-Queue-Id: EFB385709C X-Migadu-Scanner: mx11.migadu.com X-TUID: 2mr38Av4V4Ut * gnu/packages/emacs-xyz.scm (emacs-nerd-icons-completion): New variable. Change-Id: I63cc9f31551b59f1e286fad03fbfa78973fffd2c --- gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9cdaea2ad4..936d558ae3 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -28442,6 +28442,30 @@ (define-public emacs-nerd-icons GUI and terminal, and requires a nerd font installed on your system.") (license license:gpl3+))) +(define-public emacs-nerd-icons-completion + (let ((commit "c2db8557a3c1a9588d111f8c8e91cae96ee85010") + (revision "0")) + (package + (name "emacs-nerd-icons-completion") + (version (git-version "0.0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rainstormstudio/nerd-icons-completion/") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "10ll0dj6ym5prrkv6smj0ac2ail4b3rqcrh1lyr61y3cj422vn9z")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-nerd-icons)) + (home-page "https://github.com/rainstormstudio/nerd-icons-completion/") + (synopsis "Use nerd icons for completion") + (description + "This package provides using nerd icons for completion. This requires +a nerd font to be installed on your system.") + (license license:gpl3+)))) + (define-public emacs-nerd-icons-corfu (let ((commit "7077bb76fefc15aed967476406a19dc5c2500b3c") (revision "0")) -- 2.41.0