1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02: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:
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

@ -382,7 +382,7 @@ local system.")
`(("libarchive" ,libarchive)
("sqlite" ,sqlite)
("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative)
("qtdeclarative-5" ,qtdeclarative-5)
("qtwebchannel" ,qtwebchannel)
("qtwebengine" ,qtwebengine)
("qtquickcontrols" ,qtquickcontrols)