aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files/guile-launcher.c
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2023-09-08 12:51:53 -0700
committerChristopher Baines <mail@cbaines.net>2023-09-15 09:58:04 +0100
commit92498fad27a304ab73f66bd4944007c150012a07 (patch)
treea31ed936f1226936c0a33cf6fc925169a64cf656 /gnu/packages/aux-files/guile-launcher.c
parent82abf6ddadc6139148660440a064e60ae68f238e (diff)
downloadguix-92498fad27a304ab73f66bd4944007c150012a07.tar.gz
guix-92498fad27a304ab73f66bd4944007c150012a07.zip
gnu: diffoscope: Update to 250.
* gnu/packages/diffoscope.scm (diffoscope): Update to 250. [native-inputs]: Add html2text and u-boot-tools. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/aux-files/guile-launcher.c')
0 files changed, 0 insertions, 0 deletions
e-field, serialize-string, serialize-boolean, serialize-integer, serialize-repository-cgit-configuration-list, serialize-nginx-server-configuration-list, serialize-repo-field, serialize-repo-boolean, serialize-repo-integer, serialize-module-link-path, serialize-repository-directory, serialize-mimetype-alist): Return strings or string-valued gexps and stop printing. (repository-cgit-configuration)[source-filter, about-filter, commit-filter, logo, owner-filter], (cgit-configuration)[auth-filter, commit-filter, css, email-filter, favicon, include, logo, owner-filter, mimetype-file, readme, source-filter]: Replace STRING with FILE-OBJECT. (file-object?, serialize-file-object, repo-file-object?, serialize-repo-file-object): New procedures. (cgit-activation): Use SERIALIZE-CONFIGURATION's return value with MIXED-TEXT-FILE instead of using its output with PLAIN-FILE. Clément Lassieur 2018-04-11services: cgit: Simplify 'serialize-module-link-path'....* gnu/services/cgit.scm (serialize-module-link-path): Remove STRING-DROP-RIGHT and UGLIFY-FIELD-NAME. Clément Lassieur 2018-04-11services: cgit: Simplify 'uglify-field-name'....* gnu/services/cgit.scm (uglify-field-name): Remove STRING-JOIN and STRING-SPLIT. Clément Lassieur 2018-02-28services: cgit: Add more configuration fields....* gnu/services/version-control.scm (cgit-service-type): Move to separate file. * gnu/services/cgit.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add this. * gnu/tests/version-control.scm: Add this. * doc/guix.texi (Cgit Service): Document this. Oleg Pykhalov