gnu: qjackrcd: Declare a source file-name.

* gnu/packages/audio.scm (qjackrcd)[source]: Declare a source file-name.
master
Efraim Flashner 2018-03-04 09:55:46 +02:00
parent 6677c99a8b
commit 70aa07d296
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2026,6 +2026,7 @@ into various outputs and to start, stop and configure jackd")
(uri (git-reference
(url "https://github.com/orouits/qjackrcd.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1l5iq2mkqd4gn9yr8xbh9qlpp1clcflazychl4vhdbz0bzq4c6al"))))