mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: carla: Enable Wayland support.
* gnu/packages/audio.scm (carla)[arguments]<#:phases>: In wrap-executables phase, wrap the executables with QT_PLUGIN_PATH. [inputs]: Add qtwayland-5.
This commit is contained in:
parent
4a5b0dc5f8
commit
d124612ee3
1 changed files with 4 additions and 1 deletions
|
@ -6554,7 +6554,9 @@ as is the case with audio plugins.")
|
||||||
(not (string-suffix? ".py" file)))
|
(not (string-suffix? ".py" file)))
|
||||||
(wrap-program file
|
(wrap-program file
|
||||||
`("GUIX_PYTHONPATH" ":" prefix
|
`("GUIX_PYTHONPATH" ":" prefix
|
||||||
(,(getenv "GUIX_PYTHONPATH"))))))
|
(,(getenv "GUIX_PYTHONPATH")))
|
||||||
|
`("QT_PLUGIN_PATH" ":" prefix
|
||||||
|
(,(getenv "QT_PLUGIN_PATH"))))))
|
||||||
(append (find-files "share/carla/resources")
|
(append (find-files "share/carla/resources")
|
||||||
(find-files "bin")))))))))
|
(find-files "bin")))))))))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -6576,6 +6578,7 @@ as is the case with audio plugins.")
|
||||||
;; (ModuleNotFoundError: No module named 'PyQt5')
|
;; (ModuleNotFoundError: No module named 'PyQt5')
|
||||||
python-wrapper
|
python-wrapper
|
||||||
qtbase-5
|
qtbase-5
|
||||||
|
qtwayland-5
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue