guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: powertabeditor: Replace "gcc" with "libiberty".


From: Ricardo Wurmus
Subject: 02/02: gnu: powertabeditor: Replace "gcc" with "libiberty".
Date: Wed, 01 Jul 2015 19:53:47 +0000

rekado pushed a commit to branch master
in repository guix.

commit d6902798d12f94f12fb75f97213a0d25532f7252
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jul 1 21:50:08 2015 +0200

    gnu: powertabeditor: Replace "gcc" with "libiberty".
    
    * gnu/packages/music.scm (powertabeditor)[inputs]: Replace "gcc" with
      "libiberty".
---
 gnu/packages/music.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 4b1f92f..8583c89 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -367,7 +367,7 @@ your own lessons.")
                (string-append "target_link_libraries(" target " "
                               (assoc-ref inputs "binutils")
                               "/lib/libbfd.a "
-                              (assoc-ref inputs "gcc")
+                              (assoc-ref inputs "libiberty")
                               "/lib/libiberty.a "
                               "dl")))
             #t)))))
@@ -376,7 +376,7 @@ your own lessons.")
        ("alsa-lib" ,alsa-lib)
        ("qt" ,qt)
        ("withershins" ,withershins)
-       ("gcc" ,gcc-4.8 "lib") ;for libiberty.a (for withershins)
+       ("libiberty" ,libiberty) ;for withershins
        ("binutils" ,binutils) ;for -lbfd and -liberty (for withershins)
        ("timidity" ,timidity++)
        ("pugixml" ,pugixml)



reply via email to

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