gnu: powertabeditor: Replace "gcc" with "libiberty".
* gnu/packages/music.scm (powertabeditor)[inputs]: Replace "gcc" with "libiberty".
This commit is contained in:
parent
d231bb3575
commit
d6902798d1
|
@ -367,7 +367,7 @@ your own lessons.")
|
||||||
(string-append "target_link_libraries(" target " "
|
(string-append "target_link_libraries(" target " "
|
||||||
(assoc-ref inputs "binutils")
|
(assoc-ref inputs "binutils")
|
||||||
"/lib/libbfd.a "
|
"/lib/libbfd.a "
|
||||||
(assoc-ref inputs "gcc")
|
(assoc-ref inputs "libiberty")
|
||||||
"/lib/libiberty.a "
|
"/lib/libiberty.a "
|
||||||
"dl")))
|
"dl")))
|
||||||
#t)))))
|
#t)))))
|
||||||
|
@ -376,7 +376,7 @@ your own lessons.")
|
||||||
("alsa-lib" ,alsa-lib)
|
("alsa-lib" ,alsa-lib)
|
||||||
("qt" ,qt)
|
("qt" ,qt)
|
||||||
("withershins" ,withershins)
|
("withershins" ,withershins)
|
||||||
("gcc" ,gcc-4.8 "lib") ;for libiberty.a (for withershins)
|
("libiberty" ,libiberty) ;for withershins
|
||||||
("binutils" ,binutils) ;for -lbfd and -liberty (for withershins)
|
("binutils" ,binutils) ;for -lbfd and -liberty (for withershins)
|
||||||
("timidity" ,timidity++)
|
("timidity" ,timidity++)
|
||||||
("pugixml" ,pugixml)
|
("pugixml" ,pugixml)
|
||||||
|
|
Loading…
Reference in New Issue