guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: libgme: Remove obsolete workaround.


From: guix-commits
Subject: 02/15: gnu: libgme: Remove obsolete workaround.
Date: Mon, 24 Feb 2020 12:09:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0375adac22fc85fb932eb7c9abcf289b4f6e7e22
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Feb 20 18:11:11 2020 +0100

    gnu: libgme: Remove obsolete workaround.
    
    * gnu/packages/music.scm (libgme)[native-inputs]: Remove.
---
 gnu/packages/music.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index b6b76f8..16e6984 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -876,11 +876,6 @@ interface.  It is implemented as a frontend to 
@code{klick}.")
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f)) ; no check target
-    (native-inputs
-     `(;; Use gcc-4.9 to work around an internal compiler error that happens
-       ;; when using gcc-5.5.0.  FIXME: Try removing this when the default
-       ;; compiler is no longer gcc-5.5.0.
-       ("gcc" ,gcc-4.9)))
     (home-page "https://bitbucket.org/mpyne/game-music-emu";)
     (synopsis "Video game music file playback library")
     (description



reply via email to

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