diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-17 21:03:18 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 21:55:44 -0400 |
commit | 735d340ae461751eaebf177334dec537da7cfec2 (patch) | |
tree | 156d178b3eda3cf1802f76089449d949844b3a7b /gnu/packages/image-processing.scm | |
parent | 983a061e984c227feb2199a2ca37f9af2e594364 (diff) | |
download | guix-735d340ae461751eaebf177334dec537da7cfec2.tar guix-735d340ae461751eaebf177334dec537da7cfec2.tar.gz |
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
Diffstat (limited to 'gnu/packages/image-processing.scm')
-rw-r--r-- | gnu/packages/image-processing.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 98d30d54ed..d4b13cc90e 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -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 |