me
/
guix
Archived
1
0
Fork 0

gnu: lame: Remove obsolete workaround.

* gnu/packages/mp3.scm (lame)[native-inputs]: Remove.
master
Marius Bakke 2018-01-02 21:19:11 +01:00
parent eebb7b635b
commit d7603bbbbe
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 6 deletions

View File

@ -362,12 +362,6 @@ use with CD-recording software).")
(base32 (base32
"07nsn5sy3a8xbmw1bidxnsj5fj6kg9ai04icmqw40ybkp353dznx")))) "07nsn5sy3a8xbmw1bidxnsj5fj6kg9ai04icmqw40ybkp353dznx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; XXX FIXME: Use gcc-4.8 on i686 to work around
;; <http://bugs.gnu.org/20856>.
(native-inputs (if (and (not (%current-target-system))
(string-prefix? "i686-" (%current-system)))
`(("gcc" ,(canonical-package gcc-4.8)))
'()))
(home-page "http://lame.sourceforge.net/") (home-page "http://lame.sourceforge.net/")
(synopsis "MPEG Audio Layer III (MP3) encoder") (synopsis "MPEG Audio Layer III (MP3) encoder")
(description "LAME is a high quality MPEG Audio Layer III (MP3) encoder.") (description "LAME is a high quality MPEG Audio Layer III (MP3) encoder.")