mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qtdeclarative: Rename to qtdeclarative-5.
Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
This commit is contained in:
parent
983a061e98
commit
735d340ae4
33 changed files with 149 additions and 149 deletions
|
@ -1091,7 +1091,7 @@ combine the information contained in both.")
|
|||
,(map (lambda (label)
|
||||
(string-append (assoc-ref inputs label)
|
||||
"/lib/qt5/plugins"))
|
||||
'("qtbase" "qtdeclarative"))))))))))
|
||||
'("qtbase" "qtdeclarative-5"))))))))))
|
||||
(inputs
|
||||
(list curl
|
||||
fftw
|
||||
|
@ -1104,7 +1104,7 @@ combine the information contained in both.")
|
|||
insight-toolkit-4.12
|
||||
vtk-7
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
qtdeclarative-5
|
||||
vxl-1
|
||||
zlib))
|
||||
(native-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue