summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2024-08-31build: gnu-build-system: Compress man pages with zstd.Maxim Cournoyer
2024-08-31packages: Repack patched source archives via zstd by default.Maxim Cournoyer
2024-08-31utils: Lower xz compression memory usage limit to 20%.Maxim Cournoyer
2024-08-31build-system/mix: Remove #:glibc-utf8-locales parameter.Ludovic Courtès
2024-08-31build-system/gnu: Make ‘%gnu-build-system-modules’ alias public.Ludovic Courtès
2024-08-31search-paths: Swap $C_INCLUDE_PATH and $CPLUS_INCLUDE_PATH.Ludovic Courtès
2024-08-31build: agda-build-system: Do not rely on "locales" being present.Maxim Cournoyer
2024-08-31build: guile-build-system: Remove "locales" implicit input.Maxim Cournoyer
2024-08-31build: copy-build-system: Allow specifying different output labels.Bruno Victal
2024-08-31build-system/gnu: Turn PID 1 into an “init”-style process by default.Ludovic Courtès
2024-08-31packages: Output and error ports are line-buffered in ‘patch-and-repack’.Ludovic Courtès
2024-08-31profiles: Use C.UTF-8 instead of ‘glibc-utf8-locales’ where possible.Ludovic Courtès
2024-08-31build-system/gnu: Change default locale to C.UTF-8.Ludovic Courtès
2024-08-31packages: Remove reference to ‘glibc-utf8-locales’ in ‘patch-and-repack...Ludovic Courtès
2024-08-31guix: search-paths: Fix obj-c++ search paths.Efraim Flashner
2024-08-31gnu: gcc: Support objc, objc++ by default.Efraim Flashner
2024-08-31build-system/gnu: Introduce ‘%gnu-build-system-modules’ deprecated alias.Ludovic Courtès
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod...Maxim Cournoyer
2024-08-31gnu: libxslt: Set search-paths for XML and SGML catalogs.Bruno Victal
2024-08-31search-paths: Add $XML_CATALOG_FILES and $SGML_CATALOG_FILES.Bruno Victal
2024-08-31build: utils: Raise error in modify-phases upon missing key.Carlo Zancanaro
2024-08-21cache: Avoid cache cleanup storms from concurrent processes.Ludovic Courtès
2024-08-21syscalls: Add ‘mode’ parameter to ‘lock-file’.Ludovic Courtès
2024-08-17import: pypi: make-pypi-sexp: Detect 'null description.Danny Milosavljevic
2024-08-01guix: tests: Increase timeout for test store connection.Christopher Baines
2024-07-26build-system/meson: #:test-options can be a gexp.Ludovic Courtès
2024-07-23graft: Only create directory when needed.Efraim Flashner
2024-07-23graft: Perform grafts with guile-final.Efraim Flashner
2024-07-23graft: Remove work-around for old guile.Efraim Flashner
2024-07-23scripts: hash: Handle repository with different VCS folders.Simon Tournier
2024-07-23ci: Catch error for unreachable channel with substitutes.Simon Tournier
2024-07-19build-system/cargo: Use system zstd by default.Efraim Flashner
2024-07-18modules: ‘file-name->module-name’ strips leading “./”.Ludovic Courtès
2024-07-18git: Remove untracked files from cached checkouts.Ludovic Courtès
2024-07-18guix build: Take ‘--system’ into account together with ‘-S’.Ludovic Courtès
2024-07-18inferior: Use the host built-in-builders with inferior.Christopher Baines
2024-07-18guix: channels: Enable specifiying available builtin builders.Christopher Baines
2024-07-18guix: store: Enable specifying the builtin builders.Christopher Baines
2024-07-15build-system: go: Properly handle when a target is unsupported.Christopher Baines
2024-07-15build-system: meson: Use a more specific exception.Christopher Baines
2024-07-15guix: packages: Add &unsupported-cross-compilation-target-error.Christopher Baines
2024-07-15guix: packages: Add new &package-unsupported-target-error.Christopher Baines
2024-07-12build-system/composer: Do not try to delete-duplicates.Nicolas Graves
2024-07-10pack: Create /tmp in Apptainer images.Lars Bilke
2024-07-06import: github: Honor upstream-name property.Dariqq
2024-07-02self: Remove reference to source.Christopher Baines
2024-07-02build-sysem/mix: Preserve code paths.Igor Goryachev
2024-07-01import: go: Fix indentation in help message.Richard Sent
2024-06-29build/go: Use trimpath go flag.Ekaitz Zarraga
2024-06-29build/go: Don't use set!Efraim Flashner