From 58d2c654d7ee330457dcdabea26477d0a7637ead Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 21 May 2021 19:05:32 -0500 Subject: [PATCH 25/37] gnu: qtgamepad: Remove variable. * gnu/packages/qt.scm (qtgamepad): Remove variable. * gnu/packages/qt.scm (qtgamepad-5): New variable. --- gnu/packages/qt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 41d58f80ef..4d9b8009c7 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1542,9 +1542,9 @@ components. The API consists of over 20 effects provided as separate QML types. The effects cover functional areas such as blending, masking, blurring, coloring, and many more."))) -(define-public qtgamepad +(define-public qtgamepad-5 (package (inherit qtsvg-5) - (name "qtgamepad") + (name "qtgamepad-5") (version "5.15.2") (source (origin (method url-fetch) -- 2.31.1