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/game-development.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/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 30512dcc80..f9e8baffd4 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -520,7 +520,7 @@ formats such as PNG.") "05gczsywkk45bh0z1vv8l6cmrlncc2qj8agavj5ryxpnxkzy69r1")))) (build-system gnu-build-system) (inputs - (list qtbase-5 qtdeclarative qtsvg zlib)) + (list qtbase-5 qtdeclarative qtsvg-5 zlib)) (native-inputs (list qttools)) (arguments |