diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-01-25 14:58:50 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:46 +0200 |
commit | e5ee9403af7d340545810d052659179b527fa6ce (patch) | |
tree | 0a932406aff6aa931870e3105af467f1153a41fb /gnu/local.mk | |
parent | 01d32e4744bf39e974674d4eb20b20310ac8db07 (diff) | |
download | guix-e5ee9403af7d340545810d052659179b527fa6ce.tar guix-e5ee9403af7d340545810d052659179b527fa6ce.tar.gz |
gnu: gnumach: Fix task_info.
This fixes the (times) call in Guile.
* gnu/packages/patches/gnumach-fix-task_info.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/hurd.scm (gnumach)[source]: Use it.
Change-Id: Ie7725d86465136a8e03838b86424c25cf68945c4
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 516dbde17d..56a071a0a2 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1432,6 +1432,7 @@ dist_patch_DATA = \ %D%/packages/patches/gnome-tweaks-search-paths.patch \ %D%/packages/patches/gnulib-bootstrap.patch \ %D%/packages/patches/gnumach-fix-i686-linux-build.patch \ + %D%/packages/patches/gnumach-fix-task_info.patch \ %D%/packages/patches/gnumach-support-noide.patch \ %D%/packages/patches/gnupg-default-pinentry.patch \ %D%/packages/patches/gnupg-1-build-with-gcc10.patch \ |