* [bug#38105] [PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x package.
@ 2019-11-07 17:04 Hartmut Goebel
2019-11-07 21:33 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Hartmut Goebel @ 2019-11-07 17:04 UTC (permalink / raw)
To: 38105
* gnu/packages/qt.scm (qt): Remove wrong quote.
---
gnu/packages/qt.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#38105] [PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x package.
2019-11-07 17:04 [bug#38105] [PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x package Hartmut Goebel
@ 2019-11-07 21:33 ` Ludovic Courtès
2019-11-08 9:07 ` bug#38105: " Hartmut Goebel
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-11-07 21:33 UTC (permalink / raw)
To: Hartmut Goebel; +Cc: 38105
Hello,
Hartmut Goebel <h.goebel@crazy-compilers.com> skribis:
> * gnu/packages/qt.scm (qt): Remove wrong quote.
Good catch! Please push.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#38105: [PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x package.
2019-11-07 21:33 ` Ludovic Courtès
@ 2019-11-08 9:07 ` Hartmut Goebel
0 siblings, 0 replies; 3+ messages in thread
From: Hartmut Goebel @ 2019-11-08 9:07 UTC (permalink / raw)
To: 38105-close; +Cc: Ludovic Courtès, Efraim Flashner
Am 07.11.19 um 22:33 schrieb Ludovic Courtès:
>
> Good catch!
The honor belongs to Efraim, who spotted this in anotehr patch of mine.
> Please push.
Done: 41ee2097375dd9d6d72f2f1984eaef7c38d69a4a
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-08 9:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07 17:04 [bug#38105] [PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x package Hartmut Goebel
2019-11-07 21:33 ` Ludovic Courtès
2019-11-08 9:07 ` bug#38105: " Hartmut Goebel
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.