me
/
guix
Archived
1
0
Fork 0

gnu: emulation-station: Add missing file-name field.

* gnu/packages/games.scm (emulation-station)[source]: Add missing
file-name field.
master
Efraim Flashner 2017-12-19 11:30:36 +02:00
parent 28fc96cb1e
commit ba1ba9fcbd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

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