[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/182: gnu: Fix deprecation of monolithic Qt 5.x package.
From: |
guix-commits |
Subject: |
92/182: gnu: Fix deprecation of monolithic Qt 5.x package. |
Date: |
Fri, 15 Nov 2019 00:01:46 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit abc2684dc865569369ab5688a0edb2455b4fa324
Author: Hartmut Goebel <address@hidden>
Date: Thu Nov 7 18:02:47 2019 +0100
gnu: Fix deprecation of monolithic Qt 5.x package.
* 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 7b0bccd..73caa41 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
- 111/182: gnu: Add delft-icon-theme., (continued)
- 111/182: gnu: Add delft-icon-theme., guix-commits, 2019/11/15
- 116/182: gnu: perl-danga-socket: Update to 1.62., guix-commits, 2019/11/15
- 83/182: services: Make it possible to include dynamic modules in nginx., guix-commits, 2019/11/15
- 91/182: gnu: libssh: Update to 0.9.2., guix-commits, 2019/11/15
- 93/182: gnu: polybar: Update to 3.4.1., guix-commits, 2019/11/15
- 101/182: gnu: r-hmisc: Update to 4.3-0., guix-commits, 2019/11/15
- 109/182: guix: package: lock profiles when processing them., guix-commits, 2019/11/15
- 107/182: services: mpd: Connect to the user's PulseAudio socket., guix-commits, 2019/11/15
- 113/182: gnu: Add gnome-shell-extension-noannoyance., guix-commits, 2019/11/15
- 119/182: gnu: python-latexcodec: Update to 1.0.7., guix-commits, 2019/11/15
- 92/182: gnu: Fix deprecation of monolithic Qt 5.x package.,
guix-commits <=
- 108/182: guix: Add file-locking with no wait., guix-commits, 2019/11/15
- 112/182: gnu: Add gnome-shell-extension-dash-to-dock., guix-commits, 2019/11/15
- 121/182: ui: Produce hyperlinks for the 'location' field of search results., guix-commits, 2019/11/15
- 125/182: gnu: Add homebank., guix-commits, 2019/11/15
- 137/182: gnu: perl-file-configdir: Update to 0.021., guix-commits, 2019/11/15
- 120/182: gnu: botan: Update to 2.12.1., guix-commits, 2019/11/15
- 130/182: gnu: botan: Use getentropy()., guix-commits, 2019/11/15
- 123/182: news: Add Spanish translation., guix-commits, 2019/11/15
- 129/182: gnu: botan: Optimise., guix-commits, 2019/11/15
- 128/182: gnu: miniupnpc: Don't use NAME in source URI., guix-commits, 2019/11/15