mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: fmit: Fix build.
* gnu/packages/music.scm (fmit)[arguments]: Adjust for label changes.
This commit is contained in:
parent
d56b1cea91
commit
9b808922e9
1 changed files with 2 additions and 3 deletions
|
@ -5558,13 +5558,12 @@ (define-public fmit
|
|||
,(map (lambda (label)
|
||||
(string-append (assoc-ref inputs label)
|
||||
"/lib/qt5/plugins"))
|
||||
'("qtbase" "qtmultimedia-5" "qtsvg-5")))
|
||||
'("qtbase" "qtmultimedia" "qtsvg")))
|
||||
`("QML2_IMPORT_PATH" ":" prefix
|
||||
,(map (lambda (label)
|
||||
(string-append (assoc-ref inputs label)
|
||||
"/lib/qt5/qml"))
|
||||
'("qtmultimedia-5"))))
|
||||
#t))))))
|
||||
'("qtmultimedia"))))))))))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
fftw
|
||||
|
|
Loading…
Reference in a new issue