From d7603bbbbe652853ae6ea3198eb810d0d66ac77b Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 2 Jan 2018 21:19:11 +0100 Subject: gnu: lame: Remove obsolete workaround. * gnu/packages/mp3.scm (lame)[native-inputs]: Remove. --- gnu/packages/mp3.scm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gnu/packages/mp3.scm') diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index fbb924ba51..38467a94cc 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -362,12 +362,6 @@ use with CD-recording software).") (base32 "07nsn5sy3a8xbmw1bidxnsj5fj6kg9ai04icmqw40ybkp353dznx")))) (build-system gnu-build-system) - ;; XXX FIXME: Use gcc-4.8 on i686 to work around - ;; . - (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/") (synopsis "MPEG Audio Layer III (MP3) encoder") (description "LAME is a high quality MPEG Audio Layer III (MP3) encoder.") -- cgit v1.2.3