guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: dolphin-emu: Enable building on aarch64-linux.


From: Efraim Flashner
Subject: 01/02: gnu: dolphin-emu: Enable building on aarch64-linux.
Date: Thu, 22 Feb 2018 14:03:29 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e89bfc2dfd68def20e588d5216aea1bf7fa80e50
Author: Efraim Flashner <address@hidden>
Date:   Thu Feb 22 20:28:55 2018 +0200

    gnu: dolphin-emu: Enable building on aarch64-linux.
    
    * gnu/packages/emulators.scm (dolphin-emu)[supported-systems]: Add
    aarch64-linux.
---
 gnu/packages/emulators.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 79c570f..530ef7d 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015, 2016 Taylan Ulrich Bayırlı/Kammer <address@hidden>
 ;;; Copyright © 2015, 2018 David Thompson <address@hidden>
 ;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <address@hidden>
-;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017, 2018 Rutger Helling <address@hidden>
@@ -229,7 +229,7 @@
        "Dolphin is an emulator for two Nintendo video game consoles: the
 GameCube and the Wii.  It provides compatibility with all PC controllers,
 turbo speed, networked multiplayer, and graphical enhancements.")
-      (supported-systems '("x86_64-linux")) ; TODO: should also work on ARM64.
+      (supported-systems '("x86_64-linux" "aarch64-linux"))
       ; dolphin/Data/Sys/GC/font_*.bin: Licensed under ASL2.0.
       (license (list license:gpl2+ license:asl2.0 license:fdl1.2+)))))
 



reply via email to

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