me
/
guix
Archived
1
0
Fork 0

gnu: libgme: Remove obsolete workaround.

* gnu/packages/music.scm (libgme)[native-inputs]: Remove.
master
Marius Bakke 2020-02-20 18:11:11 +01:00
parent f2774824d4
commit 0375adac22
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 5 deletions

View 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