diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-03 11:26:07 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-03 11:56:05 +0300 |
| commit | d68d931e83758b68d5193a202d4644fa3e90502e (patch) | |
| tree | 8ba9868d6cacd7dcb0d3b2088ae1ab982e92fa2f /gnu | |
| parent | 842717ab4f4657d8c0f6f1966d094339da39d136 (diff) | |
gnu: mupen64plus-core: Enable building on more architectures.
* gnu/packages/emulators.scm (mupen64plus-core)[supported-systems]:
Remove field.
Change-Id: If412fa76116b778ca9f781ba81dce9bef1724653
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emulators.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 2c317d036ab..976d5ab29f8 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm | |||
| @@ -1289,8 +1289,6 @@ Enjoy all of your favorite Atari 2600 games on your PC thanks to Stella!") | |||
| 1289 | (list "all" (string-append "PREFIX=" out))) | 1289 | (list "all" (string-append "PREFIX=" out))) |
| 1290 | ;; There are no tests. | 1290 | ;; There are no tests. |
| 1291 | #:tests? #f)) | 1291 | #:tests? #f)) |
| 1292 | ;; As per the Makefile (in projects/unix/Makefile): | ||
| 1293 | (supported-systems '("i686-linux" "x86_64-linux")) | ||
| 1294 | (home-page "https://www.mupen64plus.org/") | 1292 | (home-page "https://www.mupen64plus.org/") |
| 1295 | (synopsis "Nintendo 64 emulator core library") | 1293 | (synopsis "Nintendo 64 emulator core library") |
| 1296 | (description | 1294 | (description |
