~ruther/guix-local

d6902798d12f94f12fb75f97213a0d25532f7252 — Ricardo Wurmus 10 years ago d231bb3
gnu: powertabeditor: Replace "gcc" with "libiberty".

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

M gnu/packages/music.scm
M gnu/packages/music.scm => gnu/packages/music.scm +2 -2
@@ 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)