summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2025-01-07docker: Add history field to config.json.Romain GARBAGE
2025-01-07reconfigure: Make ‘load-system-for-kexec’ errors non-fatal.Ludovic Courtès
2025-01-07syscalls: Remove wrong syscall ID for ‘kexec_load_file’ on i686.Ludovic Courtès
2025-01-07reconfigure: Do not pass KEXEC_FILE_DEBUG.Ludovic Courtès
2025-01-06import: texlive: Use downstream-package-name.Herman Rimm
2025-01-06ui: It’s 2025 now!Ludovic Courtès
2025-01-06import: go: Warn instead of error out when Git fails.Simon Tournier
2025-01-06build: cargo-build-system: Use Cargo checksum stubs.Herman Rimm
2025-01-06build/cargo: Use system libsodium by default.Efraim Flashner
2025-01-06build/cargo.scm: Remove '--release' from default cargo-test-flags.Maxim Cournoyer
2025-01-06build/cargo: Resolve byte compilation warning.Maxim Cournoyer
2025-01-06build/cargo: Honor #:parallel-build? and #:parallel-tests? arguments.Maxim Cournoyer
2025-01-06build/cargo: Delete trailing #t in phases.Maxim Cournoyer
2025-01-06build-system: cargo: Accept unlabeled #:cargo-inputs.Herman Rimm
2025-01-06build-system: cargo: Use platform-rust-target.Efraim Flashner
2025-01-06import: crate: Make it clearer when a crate has been yanked.Efraim Flashner
2025-01-04guile-launcher: Avoid the “C” locale and try “C.UTF-8”.Ludovic Courtès
2024-12-31build/zig: Output verbosely.Hilton Chain
2024-12-31gnu: zig: Default to zig-0.13.Hilton Chain
2024-12-31build-system: zig: Support Zig package manager.Hilton Chain
2024-12-31gnu: zig: Build reproducibly.Hilton Chain
2024-12-31gnu: zig: Respect the PKG_CONFIG environment variable.Efraim Flashner
2024-12-31build/zig: Adjust the build triplets for some systems.Efraim Flashner
2024-12-31build/zig: Really support cross compilation.Hilton Chain
2024-12-30pack: Fix type error in ‘assert-utf8-locale’.Noé Lopez
2024-12-30import: utils: Move downstream-package-name to (guix utils).Herman Rimm
2024-12-30import: texlive: Remove guix-name.Herman Rimm
2024-12-30import: utils: Rename guix-name to downstream-package-name.Herman Rimm
2024-12-30import: pypi: Preserve order of dependencies from ‘requires.txt’ and wheel.Ludovic Courtès
2024-12-28reconfigure: Support loading the system for kexec reboot.Ludovic Courtès
2024-12-28syscalls: Add ‘kexec-load-file’.Ludovic Courtès
2024-12-25time-machine: Add ‘--no-check-certificate’.Ludovic Courtès
2024-12-25inferior: Add #:verify-certificate? to ‘cached-channel-instance’.Ludovic Courtès
2024-12-25pull: Add ‘--no-check-certificate’.Ludovic Courtès
2024-12-25channels: Add #:verify-certificate? and honor it.Ludovic Courtès
2024-12-25guix download: Honor ‘--no-check-certificate’ for ‘--git’.Ludovic Courtès
2024-12-25git: Allow X.509 certificate verification to be disabled.Ludovic Courtès
2024-12-25git: Remove Guile-Git < 0.4.0 compatibility fallback.Ludovic Courtès
2024-12-23deploy: Add ‘--expression’.Richard Sent
2024-12-23weather: Reword the help message for the expression flag.Richard Sent
2024-12-18packages: Add #:recursive? to ‘package-input-rewriting’.Ludovic Courtès
2024-12-18environment: Suppress all output with --verbosity=0Brian Kubisiak
2024-12-18lint: Check for more types of custom 'check phases.Dariqq
2024-12-18scripts/substitute: Refine 'updating substitutes' message.Maxim Cournoyer
2024-12-16import: pypi: Move deduplication to final processing step.Lars-Dominik Braun
2024-12-16import: pypi: Default to setuptools as build system input.Lars-Dominik Braun
2024-12-16import: pypi: Add python-wheel to native inputs if setuptools is used.Lars-Dominik Braun
2024-12-16import: pypi: Support extracting dependencies from pyproject.toml.Lars-Dominik Braun
2024-12-16import/pypi: Fix project URL discovery when the project name contains periods.Maxim Cournoyer
2024-12-16import/utils: Replace '.' by '-' in snake-case procedure.Maxim Cournoyer