gnu: sameboy: Add missing #t in phase.
* gnu/packages/emulators.scm (sameboy)[arguments]: Add a trailing #t to the install phase.
This commit is contained in:
parent
6a89997153
commit
1a4baf5119
@ -511,7 +511,8 @@ and Game Boy Color games.")
|
||||
(with-directory-excursion "build/bin/SDL"
|
||||
(install-file "sameboy" bin)
|
||||
(delete-file "sameboy")
|
||||
(copy-recursively "." data))))))))
|
||||
(copy-recursively "." data))
|
||||
#t))))))
|
||||
(home-page "https://sameboy.github.io/")
|
||||
(synopsis "Accurate Game Boy, Game Boy Color and Super Game Boy emulator")
|
||||
(description "SameBoy is a user friendly Game Boy, Game Boy Color
|
||||
|
Loading…
Reference in New Issue
Block a user