[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: qtbase: Add $TZDIR to native search paths.
From: |
guix-commits |
Subject: |
02/08: gnu: qtbase: Add $TZDIR to native search paths. |
Date: |
Mon, 16 Oct 2023 11:18:12 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 3eba1dc655c8bb4c2b609fce8ddab05c083a8a60
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Sep 12 10:14:06 2023 -0400
gnu: qtbase: Add $TZDIR to native search paths.
* gnu/packages/qt.scm (qtbase) [native-search-paths]: Add $TZDIR.
---
gnu/packages/qt.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index a158f8114f..8324beef6f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -60,6 +60,7 @@
#:use-module (guix gexp)
#:use-module (guix packages)
#:use-module (guix deprecation)
+ #:use-module (guix search-paths)
#:use-module (guix utils)
#:use-module (gnu packages)
#:use-module (gnu packages bash)
@@ -933,6 +934,7 @@ developers using C++ or QML, a CSS & JavaScript like
language.")
(search-path-specification
(variable "QT_PLUGIN_PATH")
(files '("lib/qt6/plugins")))
+ $TZDIR
(search-path-specification
(variable "XDG_DATA_DIRS")
(files '("share")))
- branch master updated (b6a070d2a3 -> ff11cbc2e9), guix-commits, 2023/10/16
- 02/08: gnu: qtbase: Add $TZDIR to native search paths.,
guix-commits <=
- 07/08: gnu: maliit-framework: Disable two mimpluginmanager tests., guix-commits, 2023/10/16
- 05/08: gnu: qtdeclarative: Add a debug output., guix-commits, 2023/10/16
- 06/08: gnu: qtwayland-5: Disable tst_surface test on aarch64-linux., guix-commits, 2023/10/16
- 01/08: gnu: qtbase: Do not capture Python (again)., guix-commits, 2023/10/16
- 08/08: gnu: libcamera: Disable log_process test on aarch64., guix-commits, 2023/10/16
- 03/08: gnu: qtbase: Reinstate date related tests., guix-commits, 2023/10/16
- 04/08: gnu: qtbase: Disable problematic tests on powerpc64le., guix-commits, 2023/10/16