mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue