gnu: Fix deprecation of monolithic Qt 5.x package.
* gnu/packages/qt.scm (qt): Remove wrong quote.
This commit is contained in:
parent
def91c1391
commit
41ee209737
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user