gnu: lame: Remove obsolete workaround.
* gnu/packages/mp3.scm (lame)[native-inputs]: Remove.
This commit is contained in:
parent
eebb7b635b
commit
d7603bbbbe
|
@ -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.")
|
||||||
|
|
Loading…
Reference in New Issue