From: Tobias Geerinckx-Rice Date: Thu, 12 Dec 2019 02:15:37 +0100 Subject: gnu: jfsutils: Include sys/types.h. Copied verbatim[0] from the Debian package. [0]: https://sources.debian.org/patches/jfsutils/1.1.15-4/missing-includes.diff Description: Add missing include to fix FTBFS with eglibc 2.17 Origin: vendor, http://patches.ubuntu.com/j/jfsutils/jfsutils_1.1.15-2ubuntu1.patch Bug-Debian: http://bugs.debian.org/701433 Last-Update: 2013-07-05 Index: b/fscklog/extract.c =================================================================== --- a/fscklog/extract.c 2006-06-05 19:31:40.000000000 +0000 +++ b/fscklog/extract.c 2013-04-02 07:13:08.737654963 +0000 @@ -28,6 +28,7 @@ #include #include #include +#include #include "devices.h" #include "diskmap.h" cripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-09time-travel-manifest: Comment out versions older than 1.3.0 for now....* etc/time-travel-manifest.scm (%release-commits): Comment out revisions older than 1.3.0. Ludovic Courtès
2023-09-09time-travel-manifest: Add 1.4.0....* etc/time-travel-manifest.scm (%release-commits): Add 1.4.0. Ludovic Courtès
2022-08-17time-travel-manifest: Use a separate cache per system....* etc/time-travel-manifest.scm (<guix-instance-compiler>): Use a separate cache per system so that parallel system evaluations do no step on each other's toes. Mathieu Othacehe
2022-07-10time-travel-manifest: Use a separate Git checkout cache....* etc/time-travel-manifest.scm (guix-instance-compiler): Parameterize %REPOSITORY-CACHE-DIRECTORY. Ludovic Courtès
2022-07-08etc: Add 'time-travel-manifest.scm'....This manifest makes it easy to test travels from the current revision back to the revision of a past Guix release. Suggested by zimoun <zimon.toutoune@gmail.com>. * etc/time-travel-manifest.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès