guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-stream: Don't set a source file name.


From: guix-commits
Subject: branch master updated: gnu: emacs-stream: Don't set a source file name.
Date: Sun, 07 Nov 2021 08:21:37 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a0f1476  gnu: emacs-stream: Don't set a source file name.
a0f1476 is described below

commit a0f1476e8fa20e80c71f83342b82338ddedbf7fd
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 7 14:16:38 2021 +0100

    gnu: emacs-stream: Don't set a source file name.
    
    This is a follow-up to 678248f5ea3d3d19bc2a5a41d90bb30e63e667e1.
    
    * gnu/packages/emacs-xyz.scm (emacs-stream)[source]: Remove FILE-NAME, as 
the
    tarball name is already OK; and the -checkout name breaks build system
    assumptions on the core-updates branch.
---
 gnu/packages/emacs-xyz.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 98e429c..17638cc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12665,7 +12665,6 @@ editing nginx config files.")
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "stream-" version ".tar"))
-       (file-name (git-file-name name version))
        (sha256
         (base32 "00c3n4gyxzv7vczqms0d62kl8zsmjfyxa92mwxn2snyx857a9jfw"))))
     (build-system emacs-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]