summaryrefslogtreecommitdiff
path: root/gnu/packages/animation.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-03-04 09:52:08 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-03-04 11:01:39 +0200
commita18ee793d7ada1bb46ecc2de91d8177ea6e15531 (patch)
tree48bd1f12f84bfb79cac7e2cd6e52d842aef6daca /gnu/packages/animation.scm
parent7fc944273d17ad0aa7dccd6eb1d730e5ea87bcfc (diff)
downloadguix-patches-a18ee793d7ada1bb46ecc2de91d8177ea6e15531.tar
guix-patches-a18ee793d7ada1bb46ecc2de91d8177ea6e15531.tar.gz
gnu: papagayo: Declare a source file-name.
* gnu/packages/animation.scm (papagayo)[source]: Declare a source file-name.
Diffstat (limited to 'gnu/packages/animation.scm')
-rw-r--r--gnu/packages/animation.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index 952d3bab0d..b56a081984 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -200,6 +200,7 @@ contains the graphical user interface for synfig.")
(uri (git-reference
(url "https://github.com/LostMoho/Papagayo.git")
(commit commit)))
+ (file-name (git-file-name name version))
(sha256
(base32
"1p9gffjhbph34jhrvgpg93yha75bf88vkvlnk06x1r9601ph5321"))