summaryrefslogtreecommitdiff
path: root/gnu/packages/emacs-xyz.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-06-24 14:36:24 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-06-24 14:37:09 +0300
commit27302fd88002f2c6453faccf912745cbc06f44fe (patch)
treede88b42fbeab7da95efe6dc8f3f6d11aa6ea11b4 /gnu/packages/emacs-xyz.scm
parentfda4a93ef13786a59db78ef16db8512337a1dfcd (diff)
downloadguix-patches-27302fd88002f2c6453faccf912745cbc06f44fe.tar
guix-patches-27302fd88002f2c6453faccf912745cbc06f44fe.tar.gz
gnu: emacs-packed: Add source file-name.
* gnu/packages/emacs-xyz.scm (emacs-packed)[source]: Add file-name field.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r--gnu/packages/emacs-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2f9989cdc9..1f10764c86 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2016, 2017, 2018, 2019 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2015, 2016, 2018, 2020 Christopher Lemmer Webber <cwebber@dustycloud.org>
;;; Copyright © 2016 Adriano Peluso <catonano@gmail.com>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 David Thompson <davet@gnu.org>
;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
@@ -20495,6 +20495,7 @@ file.")
(uri (git-reference
(url "https://github.com/emacscollective/packed")
(commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
"06blk8parnpq3qi6y5628q3v59c8dyi41glb289a0l16248qwphk"))))