gnu: Fix deprecation of monolithic Qt 5.x package.

* gnu/packages/qt.scm (qt): Remove wrong quote.
This commit is contained in:
Hartmut Goebel 2019-11-07 18:02:47 +01:00
parent def91c1391
commit 41ee209737
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -562,7 +562,7 @@ (define-public qtbase
;; qt used to refer to the monolithic Qt 5.x package
(define-deprecated qt `qtbase qtbase)
(define-deprecated qt qtbase qtbase)
(define-public qtsvg