mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: powertabeditor: Support Wayland.
* gnu/packages/music.scm (powertabeditor)[build-system]: Switch to qt-build-system. [arguments]: Add qtbase. [inputs]: Add qtwayland. Change-Id: Ib754d0fd7c27986da490282e4449af8b6a95ca66
This commit is contained in:
@@ -2133,9 +2133,10 @@ your own lessons.")
|
||||
(sha256
|
||||
(base32
|
||||
"1pn8wcmxsvffh8b3slsrbdb6l5s1mdbl3x41i4l170ld0p6fv92n"))))
|
||||
(build-system cmake-build-system)
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:qtbase qtbase
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
@@ -2149,6 +2150,7 @@ your own lessons.")
|
||||
pugixml
|
||||
qtbase
|
||||
qttools ;for QtLinguistTools
|
||||
qtwayland
|
||||
rtmidi
|
||||
timidity++
|
||||
zlib))
|
||||
|
||||
Reference in New Issue
Block a user