mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hydrogen: Support wayland.
* gnu/packages/music.scm (hydrogen)[build-system]: Switch to qt-build-system. [inputs]: Add qtwayland-5. Change-Id: I2fefd8da6d4c5a6ef9566dc4c37c64836122ac07
This commit is contained in:
parent
73d74032d5
commit
0e2b522bf3
1 changed files with 2 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ settings (aliasing, linear interpolation and cubic interpolation).")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1i5gz5zck8s0kskjgnx9c75gh7zx0kbjsqzl2765f99p9svprirq"))))
|
||||
(build-system cmake-build-system)
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
`(#:test-target "tests"
|
||||
#:phases
|
||||
|
@ -1038,6 +1038,7 @@ settings (aliasing, linear interpolation and cubic interpolation).")
|
|||
qtbase-5
|
||||
qtsvg-5
|
||||
qtxmlpatterns
|
||||
qtwayland-5
|
||||
zlib))
|
||||
(home-page "http://hydrogen-music.org/")
|
||||
(synopsis "Drum machine")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue