Subject | Hash | Author | Date (UTC) |
---|---|---|---|
services: guix: Don't use normalized codeset for Guix Data Service. | 65c9f07a1616382c00d23b83d7a42b0e72dd8df8 | Christopher Baines | 2020-10-08 19:21:02 |
offload: Improve load normalization and configurability. | efbf5fdd01817ea75de369e3dd2761a85f8f7dd5 | Maxim Cournoyer | 2020-10-03 05:17:54 |
gnu: discount: Install .pc file. | 01f9a4c0f23e23e1e626007e6ead948923a23a0d | Tobias Geerinckx-Rice | 2020-10-07 12:50:59 |
gnu: discount: Update to 2.2.7. | 34316794e73091e8920e54bd089616ad27fe107c | Tobias Geerinckx-Rice | 2020-10-07 12:50:20 |
gnu: discount: Cross-compile. | f41b56a92e8158f1fcb4cfef762783a6bab8a63d | Tobias Geerinckx-Rice | 2020-10-07 12:46:54 |
gnu: entr: Remove erroneous use of DESTDIR. | 6ad8fc65d4baf5ac624021175dfa625c8fd35fd9 | Tobias Geerinckx-Rice | 2020-10-07 12:36:33 |
gnu: perl-file-listing: Update to 6.11. | c4e48255d943a50b6b4aa7fe41c82a93bd376dbf | Tobias Geerinckx-Rice | 2020-10-08 13:51:27 |
gnu: borg: Update to 1.1.14. | 7db756f785b92332b09a481db74cc60392787ac2 | Tobias Geerinckx-Rice | 2020-10-08 13:10:10 |
gnu: facter: Update to 4.0.42. | 4e880695e0248a237fe7de27b212f4fa4d6a24fe | Tobias Geerinckx-Rice | 2020-10-08 11:49:42 |
gnu: vim: Update to 8.2.1812. | a2398cc26eb13c5244389a262443860af7a5c65a | Tobias Geerinckx-Rice | 2020-10-08 11:41:47 |
gnu: s6-linux-utils: Update to 2.5.1.3. | e2ec07c0db321cba3bd548ff2ad152683c7e9c2e | Tobias Geerinckx-Rice | 2020-10-08 11:33:40 |
gnu: s6-networking: Update to 2.3.2.0. | 77ba8c46ebd7446cb668ff8a992c1f42beab5ef9 | Tobias Geerinckx-Rice | 2020-10-08 11:33:30 |
gnu: obs: Update to 26.0.2. | a5d729fab09957d054add9620e7d36f194ed9336 | Tobias Geerinckx-Rice | 2020-10-08 10:14:18 |
gnu: chrony: Support Network Time Security (NTS). | 6072182b3d9debaa126a6e4a3ac45eab9c28e20c | Tobias Geerinckx-Rice | 2020-10-08 08:01:57 |
gnu: chrony: Update to 4.0. | f73e09b2c812eb0c348f7605b49ce6d19ec8bb4a | Tobias Geerinckx-Rice | 2020-10-08 08:01:18 |
gnu: Add cl-geco. | 5a7235274573ba4d20487f341c3bcee333f391ab | Guillaume Le Vaillant | 2020-10-08 12:00:18 |
gnu: python-efl: Update to 1.25.0. | 13c27c110f93e17538beda03e530344ff26fb453 | Efraim Flashner | 2020-10-08 11:09:19 |
gnu: efl: Adjust gdb autoload directory. | c7877db26286181b2f8a51fad628dc5335e1122a | Efraim Flashner | 2020-10-08 10:42:19 |
gnu: efl: Update to 1.25.1. | 753f26cd93b6650156eed7b5fea6f49e57fb8409 | Efraim Flashner | 2020-10-08 10:41:08 |
build: svn: Fix handle fetch errors. | db9e4af0ead4b02e1a70f358de995c43249b8bcf | zimoun | 2020-10-06 23:05:21 |
File | Lines added | Lines deleted |
---|---|---|
gnu/services/guix.scm | 2 | 2 |
File gnu/services/guix.scm changed (mode: 100644) (index 2b1b69589e..a47c4bd941) | |||
... | ... | ca-certificates.crt file in the system profile." | |
535 | 535 | #:environment-variables | #:environment-variables |
536 | 536 | `(,(string-append | `(,(string-append |
537 | 537 | "GUIX_LOCPATH=" #$glibc-utf8-locales "/lib/locale") | "GUIX_LOCPATH=" #$glibc-utf8-locales "/lib/locale") |
538 | "LC_ALL=en_US.utf8") | ||
538 | "LC_ALL=en_US.UTF-8") | ||
539 | 539 | #:log-file "/var/log/guix-data-service/web.log")) | #:log-file "/var/log/guix-data-service/web.log")) |
540 | 540 | (stop #~(make-kill-destructor))) | (stop #~(make-kill-destructor))) |
541 | 541 | ||
... | ... | ca-certificates.crt file in the system profile." | |
559 | 559 | "GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt" | "GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt" |
560 | 560 | ,(string-append | ,(string-append |
561 | 561 | "GUIX_LOCPATH=" #$glibc-utf8-locales "/lib/locale") | "GUIX_LOCPATH=" #$glibc-utf8-locales "/lib/locale") |
562 | "LC_ALL=en_US.utf8") | ||
562 | "LC_ALL=en_US.UTF-8") | ||
563 | 563 | #:log-file "/var/log/guix-data-service/process-jobs.log")) | #:log-file "/var/log/guix-data-service/process-jobs.log")) |
564 | 564 | (stop #~(make-kill-destructor)))))) | (stop #~(make-kill-destructor)))))) |
565 | 565 |