gnu: rsound: Add file-name field to source origin.

* gnu/packages/audio.scm (rsound)[source]: Add 'file-name' field.
master
Ricardo Wurmus 2015-08-27 10:08:34 +02:00
parent 276f49df73
commit 01e327b556
1 changed files with 1 additions and 0 deletions

View File

@ -1689,6 +1689,7 @@ synthesizer written in C++.")
(method url-fetch)
(uri (string-append "https://github.com/Themaister/RSound/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version))
(sha256
(base32 "1wzs40c0k5zpkmm5ffl6c17xmr399sxli7ys0fbb9ib0fd334knx"))))
(build-system gnu-build-system)