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:
Maxim Cournoyer 2022-07-17 21:03:18 -04:00
parent 983a061e98
commit 735d340ae4
No known key found for this signature in database
GPG key ID: 1260E46482E63562
33 changed files with 149 additions and 149 deletions

View file

@ -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