From 0cea47a15f4cba005d7c4074110226354e9c1da1 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 21 May 2021 19:23:45 -0500 Subject: [PATCH 27/37] gnu: qtpurchasing: Remove variable. * gnu/packages/qt.scm (qtpurchasing): Remove variable. * gnu/packages/qt.scm (qtpurchasing-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 c893b46c2c..f42c7bc45f 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1627,9 +1627,9 @@ machines (loading the SCXML file and instantiating states and transitions) and generating a C++ file that has a class implementing the state machine. It also contains functionality to support data models and executable content."))) -(define-public qtpurchasing +(define-public qtpurchasing-5 (package (inherit qtsvg-5) - (name "qtpurchasing") + (name "qtpurchasing-5") (version "5.15.2") (source (origin (method url-fetch) -- 2.31.1