gnu: powertabeditor: Build with qtbase.
* gnu/packages/music.scm (powertabeditor)[inputs]: Remove qt, add qtbase.
This commit is contained in:
parent
e2814984af
commit
0a0bfd685e
|
@ -667,7 +667,7 @@ your own lessons.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("alsa-lib" ,alsa-lib)
|
("alsa-lib" ,alsa-lib)
|
||||||
("qt" ,qt)
|
("qtbase" ,qtbase)
|
||||||
("withershins" ,withershins)
|
("withershins" ,withershins)
|
||||||
("libiberty" ,libiberty) ;for withershins
|
("libiberty" ,libiberty) ;for withershins
|
||||||
("binutils" ,binutils) ;for -lbfd and -liberty (for withershins)
|
("binutils" ,binutils) ;for -lbfd and -liberty (for withershins)
|
||||||
|
|
Loading…
Reference in New Issue