guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

92/184: gnu: Fix deprecation of monolithic Qt 5.x package.


From: guix-commits
Subject: 92/184: gnu: Fix deprecation of monolithic Qt 5.x package.
Date: Wed, 27 Nov 2019 14:37:06 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit abc2684dc865569369ab5688a0edb2455b4fa324
Author: Hartmut Goebel <address@hidden>
Date:   Thu Nov 7 18:02:47 2019 +0100

    gnu: Fix deprecation of monolithic Qt 5.x package.
    
    * gnu/packages/qt.scm (qt): Remove wrong quote.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 7b0bccd..73caa41 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -562,7 +562,7 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
 
 
 ;; qt used to refer to the monolithic Qt 5.x package
-(define-deprecated qt `qtbase qtbase)
+(define-deprecated qt qtbase qtbase)
 
 
 (define-public qtsvg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]