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

This is a follow-up to 678248f5ea.

* 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.
This commit is contained in:
Marius Bakke 2021-11-07 14:16:38 +01:00
parent dc8e9d6f88
commit a0f1476e8f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 1 deletions

View File

@ -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)