Archived
1
0
Fork 0

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:
Jakub Kądziołka 2020-03-29 18:21:40 +02:00
parent 6a89997153
commit 1a4baf5119
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -511,7 +511,8 @@ and Game Boy Color games.")
(with-directory-excursion "build/bin/SDL" (with-directory-excursion "build/bin/SDL"
(install-file "sameboy" bin) (install-file "sameboy" bin)
(delete-file "sameboy") (delete-file "sameboy")
(copy-recursively "." data)))))))) (copy-recursively "." data))
#t))))))
(home-page "https://sameboy.github.io/") (home-page "https://sameboy.github.io/")
(synopsis "Accurate Game Boy, Game Boy Color and Super Game Boy emulator") (synopsis "Accurate Game Boy, Game Boy Color and Super Game Boy emulator")
(description "SameBoy is a user friendly Game Boy, Game Boy Color (description "SameBoy is a user friendly Game Boy, Game Boy Color