mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: powertabeditor: Build with qtbase.
* gnu/packages/music.scm (powertabeditor)[inputs]: Remove qt, add qtbase.
This commit is contained in:
parent
e2814984af
commit
0a0bfd685e
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ (define-public powertabeditor
|
|||
(inputs
|
||||
`(("boost" ,boost)
|
||||
("alsa-lib" ,alsa-lib)
|
||||
("qt" ,qt)
|
||||
("qtbase" ,qtbase)
|
||||
("withershins" ,withershins)
|
||||
("libiberty" ,libiberty) ;for withershins
|
||||
("binutils" ,binutils) ;for -lbfd and -liberty (for withershins)
|
||||
|
|
Loading…
Reference in a new issue