htgoebel pushed a commit to branch master
in repository guix.

commit 41ee2097375dd9d6d72f2f1984eaef7c38d69a4a
Author: Hartmut Goebel <[email protected]>
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