diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-11-29 21:57:21 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-11-29 21:57:21 +0200 |
commit | d22d491438c5a78b87508bd2926639fc04b0bd16 (patch) | |
tree | 2ff9219dcfdd2decb46ef0cacf1c3a67cd69dc1a /gnu/packages | |
parent | 36b6528bd0b17511d7e7d8ff0caa2d8793a2b70b (diff) |
gnu: nudoku: Add source file-name field.
* gnu/packages/games.scm (nudoku)[source]: Add file-name field.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/games.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index f17345e4e1..e5f992b639 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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) |