Archived
1
0
Fork 0

gnu: nudoku: Add source file-name field.

* gnu/packages/games.scm (nudoku)[source]: Add file-name field.
This commit is contained in:
Efraim Flashner 2020-11-29 21:57:21 +02:00
parent 36b6528bd0
commit d22d491438
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)