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

commit abc2684dc865569369ab5688a0edb2455b4fa324
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