guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: lame: Remove obsolete workaround.


From: Marius Bakke
Subject: 02/05: gnu: lame: Remove obsolete workaround.
Date: Mon, 8 Jan 2018 14:14:26 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit d7603bbbbe652853ae6ea3198eb810d0d66ac77b
Author: Marius Bakke <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]