guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: sameboy: Add missing #t in phase.


From: guix-commits
Subject: 03/04: gnu: sameboy: Add missing #t in phase.
Date: Sun, 29 Mar 2020 12:36:25 -0400 (EDT)

niedzejkob pushed a commit to branch master
in repository guix.

commit 1a4baf51196d413e583498be7f3780a3e4f98372
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Sun Mar 29 18:21:40 2020 +0200

    gnu: sameboy: Add missing #t in phase.
    
    * gnu/packages/emulators.scm (sameboy)[arguments]: Add a trailing #t
      to the install phase.
---
 gnu/packages/emulators.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 3591b17..2fcb176 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]