diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-12-19 11:30:36 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-12-19 12:19:04 +0200 |
commit | ba1ba9fcbd93eb2275d60b3bec0f44bd8b5786e5 (patch) | |
tree | 172669dfb113d5b3acc37ba9079eeefe4d3bffef /gnu/packages | |
parent | 28fc96cb1e45bdf754970edbeb619cffc9b720bd (diff) | |
download | patches-ba1ba9fcbd93eb2275d60b3bec0f44bd8b5786e5.tar patches-ba1ba9fcbd93eb2275d60b3bec0f44bd8b5786e5.tar.gz |
gnu: emulation-station: Add missing file-name field.
* gnu/packages/games.scm (emulation-station)[source]: Add missing
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 d8df3d532d..11b65a76fe 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2509,6 +2509,7 @@ emulation community. It provides highly accurate emulation.") (uri (git-reference (url "https://github.com/Aloshi/EmulationStation.git") (commit commit))) ; no version tag + (file-name (string-append name "-" version "-checkout")) (sha256 (base32 "0cm0sq2wri2l9cvab1l0g02za59q7klj0h3p028vr96n6njj4w9v")))) |