mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue