mbakke pushed a commit to branch master
in repository guix.

commit d7603bbbbe652853ae6ea3198eb810d0d66ac77b
Author: Marius Bakke <[email protected]>
Date:   Tue Jan 2 21:19:11 2018 +0100

    gnu: lame: Remove obsolete workaround.
    
    * gnu/packages/mp3.scm (lame)[native-inputs]: Remove.
---
 gnu/packages/mp3.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index fbb924b..38467a9 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
-    ;; <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/";)
     (synopsis "MPEG Audio Layer III (MP3) encoder")
     (description "LAME is a high quality MPEG Audio Layer III (MP3) encoder.")

Reply via email to