gnu: nudoku: Add source file-name field.
* gnu/packages/games.scm (nudoku)[source]: Add file-name field.
This commit is contained in:
parent
36b6528bd0
commit
d22d491438
1 changed files with 1 additions and 0 deletions
|
|
@ -6887,6 +6887,7 @@ making Yamagi Quake II one of the most solid Quake II implementations available.
|
|||
(uri (git-reference
|
||||
(url "https://github.com/jubalh/nudoku.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12v00z3p0ymi8f3w4b4bgl4c76irawn3kmd147r0ap6s9ssx2q6m"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
|
|||
Reference in a new issue