gnu: libgme: Remove obsolete workaround.
authorMarius Bakke <mbakke@fastmail.com>
Thu, 20 Feb 2020 17:11:11 +0000 (18:11 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Mon, 24 Feb 2020 16:10:21 +0000 (17:10 +0100)
* gnu/packages/music.scm (libgme)[native-inputs]: Remove.

gnu/packages/music.scm

index b6b76f8..16e6984 100644 (file)
@@ -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