(use-modules (guix) (gnu packages gdb) (gnu packages autotools) (gnu packages texinfo)) ;; Augment the package definition of GDB with the build tools ;; needed when developing GDB (and which are not needed when ;; simply installing it.) (package (inherit gdb) (native-inputs (modify-inputs (package-native-inputs gdb) (prepend autoconf-2.64 automake texinfo)))) ' rowspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lxqt.scm
AgeCommit message (Collapse)Author
2023-04-22Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-04-21Revert "gnu: lxqt-admin: Fix path for timezone file."Leo Famulari
The timezone database should not be depended on by packages, but rather found at runtime in the environment. Otherwise, this package will eventually report the incorrect time, because time zones change regularly. This reverts commit 99c1c7a30c59c3514a4ced6e0cad0e5c2860331d.
2023-04-19gnu: lxqt-session: Fix handling of procps@4.Andreas Enge
* gnu/packages/patches/lxqt-session-procps-4.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/lxqt.cm (lxqt-session): Apply patch.
2023-03-02gnu: pcmanfm-qt: Update to 1.2.1.Juliana Sims
* gnu/packages/lxqt.scm (pcmanfm-qt): Update to 1.2.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-02gnu: libfm-qt: Update to 1.2.1.Juliana Sims
* gnu/packages/lxqt.scm (libfm-qt): Update to 1.2.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-02gnu: lxqt-panel: Update to 1.2.1.Juliana Sims
* gnu/packages/lxqt.scm (lxqt-panel): Update to 1.2.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-02-08gnu: lxqt-admin: Fix path for timezone file.Reza Alizadeh Majd
* gnu/packages/lxqt.scm (lxqt-admin)[arguments]: Update hardcoded path for zone.tab to point to tzdata reference. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>