mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: phonesim: Add source file-name.
* gnu/packages/telephony.scm (phonesim)[source]: Add file-name field.
This commit is contained in:
parent
b3b6373cd6
commit
559173db9e
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ (define-public phonesim
|
|||
(uri (git-reference
|
||||
(url "https://git.kernel.org/pub/scm/network/ofono/phonesim")
|
||||
(commit "a7c844d45b047b2dae5b0877816c346fce4c47b9")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0rc1c2vr03dmi1dr3skj57v77ga9c22g29xs1qiphqms4isby9cq"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue