[PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x package.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hartmut Goebel
  • Ludovic Courtès
Owner
unassigned
Submitted by
Hartmut Goebel
Severity
normal
H
H
Hartmut Goebel wrote on 7 Nov 2019 18:04
(address . guix-patches@gnu.org)
20191107170453.12553-1-h.goebel@crazy-compilers.com
* gnu/packages/qt.scm (qt): Remove wrong quote.
---
gnu/packages/qt.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 7b0bccd0c9..73caa41532 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
--
2.21.0
L
L
Ludovic Courtès wrote on 7 Nov 2019 22:33
(name . Hartmut Goebel)(address . h.goebel@crazy-compilers.com)(address . 38105@debbugs.gnu.org)
87r22jl6bi.fsf@gnu.org
Hello,

Hartmut Goebel <h.goebel@crazy-compilers.com> skribis:

Toggle quote (2 lines)
> * gnu/packages/qt.scm (qt): Remove wrong quote.

Good catch! Please push.

Thanks,
Ludo’.
H
H
Hartmut Goebel wrote on 8 Nov 2019 10:07
(address . 38105-close@debbugs.gnu.org)
c7983e14-c8eb-e0dc-0ab9-987a0451a8c5@crazy-compilers.com
Am 07.11.19 um 22:33 schrieb Ludovic Courtès:
Toggle quote (3 lines)
>
> Good catch!

The honor belongs to Efraim, who spotted this in anotehr patch of mine.


Toggle quote (2 lines)
> Please push.

Done: 41ee2097375dd9d6d72f2f1984eaef7c38d69a4a


--
Regards
Hartmut Goebel

| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
?