unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 68571@debbugs.gnu.org
Cc: andrew@trop.in, cox.katherine.e+guix@gmail.com,
	liliana.prikler@gmail.com
Subject: [bug#68571] [PATCH 1/2] gnu: emacs-minimal: Set upstream-name to “emacs”.
Date: Thu, 18 Jan 2024 20:44:27 +0100	[thread overview]
Message-ID: <864d99f87907cdc34e11eaf727052ac6b8d9de4b.1705607189.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1705607189.git.liliana.prikler@gmail.com>

* gnu/packages/emacs.scm (emacs-minimal)[properties]: Add ‘upstream-name’.
---
 gnu/packages/emacs.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index b9d9e2b891..81f5c1fad5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -281,7 +281,8 @@ (define-public emacs-minimal
            ;; Most variants support tree-sitter, so let's include it here.
            (search-path-specification
             (variable "TREE_SITTER_GRAMMAR_PATH")
-            (files '("lib/tree-sitter")))))))
+            (files '("lib/tree-sitter")))))
+    (properties `((upstream-name . "emacs")))))
 
 (define-public emacs-no-x
   (package/inherit emacs-minimal
-- 
2.41.0





  reply	other threads:[~2024-01-18 19:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-18 19:46 [bug#68571] [PATCH 0/2] Update Emacs to 29.2 Liliana Marie Prikler
2024-01-18 19:44 ` Liliana Marie Prikler [this message]
2024-01-18 19:45 ` [bug#68571] [PATCH 2/2] gnu: emacs-minimal: Update " Liliana Marie Prikler
2024-01-21  4:49 ` [bug#68571] [PATCH 0/2] Update Emacs " Maxim Cournoyer
2024-01-21  8:38   ` bug#68571: " Liliana Marie Prikler
2024-01-21  9:12     ` [bug#68571] " Liliana Marie Prikler
2024-03-29  9:15 ` [bug#68571] Emacs 29.3 emergency security-fix release Adam Porter
2024-03-29  9:17 ` [bug#68571] [PATCH 0/2] Update Emacs to 29.2 Cayetano Santos via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=864d99f87907cdc34e11eaf727052ac6b8d9de4b.1705607189.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=68571@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).