diff options
| author | Taylan Ulrich Bayırlı/Kammer | 2015-11-12 17:25:40 +0100 |
|---|---|---|
| committer | Taylan Ulrich Bayırlı/Kammer | 2015-11-12 17:25:40 +0100 |
| commit | bff3c670c29189ecfb4eafa9316cc2d896c5d468 (patch) | |
| tree | 9d3c3eea5d3982a13256a9ebc88405e71367dcd8 /gnu/packages/games.scm | |
| parent | 9c9be34871a6d2a7708b63ac96716f08b38956ce (diff) | |
gnu: mupen64plus-core: Add comment.
* gnu/packages/games.scm (mupen64plus-core): Comment the reason for the
supported-systems field.
Diffstat (limited to 'gnu/packages/games.scm')
| -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 9118158e0..4274d4ce3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1253,6 +1253,7 @@ world}, @uref{http://evolonline.org, Evol Online} and (list "all" (string-append "PREFIX=" out))) ;; There are no tests. #:tests? #f)) + ;; As per the Makefile (in projects/unix/Makefile): (supported-systems '("i686-linux" "x86_64-linux")) (home-page "http://www.mupen64plus.org/") (synopsis "Nintendo 64 emulator core library") |