Skip to content
Snippets Groups Projects
Commit d6902798 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

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

* gnu/packages/music.scm (powertabeditor)[inputs]: Replace "gcc" with
  "libiberty".
parent d231bb35
No related branches found
No related tags found
No related merge requests found
......@@ -367,7 +367,7 @@ (define-public powertabeditor
(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 @@ (define-public powertabeditor
("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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment