mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01: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
|
(uri (git-reference
|
||||||
(url "https://git.kernel.org/pub/scm/network/ofono/phonesim")
|
(url "https://git.kernel.org/pub/scm/network/ofono/phonesim")
|
||||||
(commit "a7c844d45b047b2dae5b0877816c346fce4c47b9")))
|
(commit "a7c844d45b047b2dae5b0877816c346fce4c47b9")))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rc1c2vr03dmi1dr3skj57v77ga9c22g29xs1qiphqms4isby9cq"))))
|
(base32 "0rc1c2vr03dmi1dr3skj57v77ga9c22g29xs1qiphqms4isby9cq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue