aboutsummaryrefslogtreecommitdiff
path: root/po/doc/guix-cookbook.de.po
blob: ed22938df692855616852011cef53c3230d3585f (about) (plain)
blob size (277KB) exceeds display size limit (100KB).
summary='blob content' class='blob'>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Without <limits.h>, INT_MAX is not defined.

diff --git a/transport.hxx b/transport.hxx
index 35a57a7..838add6 100644
--- a/transport.hxx
+++ b/transport.hxx
@@ -11,6 +11,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
+#include <limits.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
browser: Update to 3.2.1....* gnu/packages/web-browser.scm (qutebrowser): Update to 3.2.1. [source]: Switch to git-fetch. [native-inputs]: Add asciidoc. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: I88fd400ed7152818c6cd899d93f8e033dcce4206 Herman Rimm via Guix-patches via 2024-08-31gnu: web-browsers: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/web-browsers.scm (luakit)[inputs]: Add 'bash-minimal'. (kristall): Delete trailing #t. [inputs]: Add 'bash-minimal'. (nyxt)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I8106374fc4d208dff19fa12c067772a189b97223 Maxime Devos 2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer 2024-08-18gnu: links: Update to 2.30....* gnu/packages/web-browsers.scm (links): Update to 2.30. Change-Id: I52224a7556a2f4cbd770aebac9de2322e16c0a83 Tobias Geerinckx-Rice 2024-08-26gnu: tinmop: Update to 0.9.9.14142135623....* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.14142135623. [native-inputs]: Add libjpeg-turbo. Change-Id: I85a6456754e531e728a302926e8eefde39056d34 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage