aboutsummaryrefslogtreecommitdiff
path: root/gnu/artwork.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-11-18 09:58:23 +0100
committerLudovic Courtès <ludo@gnu.org>2024-11-18 10:58:41 +0100
commite526b8b11debb184929abd013b7d589c9db245fa (patch)
tree5d8d58d02d7536502994ae13f9e696fd32821677 /gnu/artwork.scm
parentb0416b8503e38746717a2d1167f9d1410634981e (diff)
downloadguix-e526b8b11debb184929abd013b7d589c9db245fa.tar.gz
guix-e526b8b11debb184929abd013b7d589c9db245fa.zip
gnu: u-boot-tools: Fix segfault while running tests.
Fixes <https://issues.guix.gnu.org/74270>. * gnu/packages/patches/u-boot-calloc-visibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (u-boot): Use it. Reported-by: Jean-Francois GUILLAUME <Jean-Francois.Guillaume@univ-nantes.fr> Reported-by: Christopher Howard <christopher@librehacker.com> Change-Id: Id0023e17367a80a0d1abd4a80b7d8e3a0c3cc5bc
Diffstat (limited to 'gnu/artwork.scm')
0 files changed, 0 insertions, 0 deletions
cm?id=1a921c1f0b386a38ec34914d7543f2d23b0212f8'>gnu: xfce4-session: Update to 4.18.4....* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.4. Change-Id: I249be00123d32fdadd79b6ac716ea8fe5d98f337 宋文武 2024-09-06gnu: xfce4-whiskermenu-plugin: Update to 2.8.3....* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.8.3. [inputs]: Add accountsservice and gtk-layer-shell. [arguments]: Remove 'fix-shell-script phase. Change-Id: I87fc277c5e32674a505a532ad129c75d24d854a5 宋文武 2024-09-06gnu: elementary-xfce-icon-theme: Update to 0.19....* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.19. Change-Id: I4cfd6b480806b7e9ec090f5dd1ebe2e1b1ed0f7f 宋文武 2024-09-06gnu: libxfce4ui: Update to 4.18.6....* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.6. Change-Id: If392f88d81f406a3022e1d445b6339922dc0b9fe 宋文武 2024-09-06gnu: libxfce4util: Update to 4.18.2....* gnu/packages/xfce.scm (libxfce4util): Update to 4.18.2. Change-Id: Idbc7bdef940ddc6feff4b60832326ebe779192ba 宋文武 2024-08-31gnu: xfce: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/xfce.scm (catfish)[inputs]: Add 'bash-minimal'. (mousepad)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I2d3294f0141d20061faf62b06c11f1c78df05c18 Maxime Devos 2024-04-29gnu: thunar: Use glib-or-gtk-build-system....This wraps 'thunar' with GIO_EXTRA_MODULES to enable support for "Trash" and remote file systems via GVFS. Fixes <https://issues.guix.gnu.org/55781> and <https://issues.guix.gnu.org/40885>. * gnu/packages/xfce.scm (thunar)[build-system]: Switch to glib-or-gtk-build-system. Change-Id: Ifa4bc931272380e7c98dea40edb683da523bbaea 宋文武