See https://bugs.freedesktop.org/show_bug.cgi?id=47792; should become obsolete with the next release. diff -u luit-1.1.1.orig/sys.c luit-1.1.1/sys.c --- luit-1.1.1.orig/sys.c 2012-03-23 05:23:07.000000000 +0100 +++ luit-1.1.1/sys.c 2013-11-27 22:45:53.000000000 +0100 @@ -20,6 +20,8 @@ THE SOFTWARE. */ +#define _XOPEN_SOURCE 600 + #ifdef HAVE_CONFIG_H # include "config.h" #endif o' rowspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/lint.scm
AgeCommit message (Expand)Author
2019-01-20tests: More adjustments to python.scm split....Efraim Flashner
2019-01-10guix: lint: Warn only if GitHub URI is not same as the package URI....Arun Isaac
2018-12-27lint: Check for unstable tarballs....Efraim Flashner
2018-12-24guix: lint: Check for source URIs redirecting to GitHub....Arun Isaac
2018-11-20lint: 'check-derivation' tries all the package's supported systems....Ludovic Courtès
2017-12-10lint: 'check-vulnerabilities' also checks package properties....Efraim Flashner
2017-11-28lint: 'patch-file-names' checks for file name length....Ludovic Courtès
2017-10-12lint: 'home-page' checker reports permanent redirects....Ludovic Courtès
2017-10-12tests: Support multiple HTTP server instances....Ludovic Courtès