me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/qt.scm (qt): Remove wrong quote.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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