diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-17 01:11:46 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 21:55:43 -0400 |
commit | 1ef04fb2288dade3ad2883026ae286a68ef13a1e (patch) | |
tree | 758d3f77c7d1e31ef3c394252180d3a5cb43b194 /gnu/packages/password-utils.scm | |
parent | 4af9984a4e77d42cd063de590c164044599b4062 (diff) | |
download | guix-1ef04fb2288dade3ad2883026ae286a68ef13a1e.tar guix-1ef04fb2288dade3ad2883026ae286a68ef13a1e.tar.gz |
gnu: qtsvg: Rename variable to qtsvg-5.
This is in preparation of the qtsvg update to version 6.
This change was automated via the following command:
git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
Diffstat (limited to 'gnu/packages/password-utils.scm')
-rw-r--r-- | gnu/packages/password-utils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index da140b29ad..7db592549d 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -179,7 +179,7 @@ human.") pcsc-lite qrencode qtbase-5 - qtsvg + qtsvg-5 qtx11extras quazip-0 ; XC_KEESHARE readline @@ -699,7 +699,7 @@ key URIs using the standard otpauth:// scheme.") (native-inputs (list qttools)) (inputs - (list qtbase-5 qtsvg)) + (list qtbase-5 qtsvg-5)) (home-page "https://qtpass.org") (synopsis "GUI for password manager password-store") (description |