summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2015-07-01 21:50:08 +0200
committerRicardo Wurmus <rekado@elephly.net>2015-07-01 21:52:08 +0200
commitd6902798d12f94f12fb75f97213a0d25532f7252 (patch)
treec2146871f3681158c718c15f3725498debfe6d57 /gnu
parentd231bb3575472561c9b715f2b797aae110e065c5 (diff)
gnu: powertabeditor: Replace "gcc" with "libiberty".
* gnu/packages/music.scm (powertabeditor)[inputs]: Replace "gcc" with "libiberty".
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/music.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 4b1f92fcdbc..8583c89ef6b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -367,7 +367,7 @@ your own lessons.")
367 (string-append "target_link_libraries(" target " " 367 (string-append "target_link_libraries(" target " "
368 (assoc-ref inputs "binutils") 368 (assoc-ref inputs "binutils")
369 "/lib/libbfd.a " 369 "/lib/libbfd.a "
370 (assoc-ref inputs "gcc") 370 (assoc-ref inputs "libiberty")
371 "/lib/libiberty.a " 371 "/lib/libiberty.a "
372 "dl"))) 372 "dl")))
373 #t))))) 373 #t)))))
@@ -376,7 +376,7 @@ your own lessons.")
376 ("alsa-lib" ,alsa-lib) 376 ("alsa-lib" ,alsa-lib)
377 ("qt" ,qt) 377 ("qt" ,qt)
378 ("withershins" ,withershins) 378 ("withershins" ,withershins)
379 ("gcc" ,gcc-4.8 "lib") ;for libiberty.a (for withershins) 379 ("libiberty" ,libiberty) ;for withershins
380 ("binutils" ,binutils) ;for -lbfd and -liberty (for withershins) 380 ("binutils" ,binutils) ;for -lbfd and -liberty (for withershins)
381 ("timidity" ,timidity++) 381 ("timidity" ,timidity++)
382 ("pugixml" ,pugixml) 382 ("pugixml" ,pugixml)