summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2026-03-11profiles: Do not import (srfi srfi-26) from the host Guile.Ludovic Courtès
2026-03-11gexp: Properly record location in ‘gexp->derivation’ & co.Ludovic Courtès
2026-03-11store: Export the %default-store-connection-buffer-size.Christopher Baines
2026-03-10style: git-source: Show package name in message.Ludovic Courtès
2026-03-10read-print: Add newline after ‘snippet’ field of ‘origin’.Ludovic Courtès
2026-03-10read-print: Remove ‘source’ context for ‘git-reference’ indentation.Ludovic Courtès
2026-03-10style: git-source: Gracefully handle failure to checkout version tag.Ludovic Courtès
2026-03-10style: git-source: Handle more URLs.Ludovic Courtès
2026-03-09scripts: pack: Use correct Debian architecture for armhf-linux.Efraim Flashner
2026-03-08doc: Remove mention of python-toolchain.Sharlatan Hellseher
2026-03-08guix: import: cpan: Fill in description field in template.jgart
2026-03-08gexp: Catch more cases of modules imported from the host Guile.Ludovic Courtès
2026-03-07build-system/r: Add build phase to skip tests.Ricardo Wurmus
2026-03-07import/cran: Uniquify inputs.Ricardo Wurmus
2026-03-07import/cran: Use sets instead of lset-union.Ricardo Wurmus
2026-03-07import/cran: Fix import of packages in single quotes.Ricardo Wurmus
2026-03-06build-system: glib-or-gtk: Also wrap binaries in sbin directories.Giacomo Leidi
2026-03-02inferior: Avoid buffering changes on each inferior-eval-with-store.Christopher Baines
2026-03-02store: Add #:buffer-size option to open-connection.Christopher Baines
2026-03-01build-system/emacs: Allow #:substitutable? flag.Morgan Smith
2026-03-01import: pypi: Don't rename maturin in package inputs.Efraim Flashner
2026-02-26build: Patch the git-lfs hooks shebangs in `git-fetch'.Maxim Cournoyer
2026-02-24self: Link with libgc.Yelninei
2026-02-22guix: Remove (guix build json) module.Nicolas Graves
2026-02-20gnu: Use (target-32bit?) to test for 32bit targets.Dariqq
2026-02-20utils: Add target-32bit? procedure.Dariqq
2026-02-20build-system/channel: Honor #:system.Ludovic Courtès
2026-02-20channels: Add #:system to ‘channel-instances->derivation’.Ludovic Courtès
2026-02-20bootstrap: Support bpf for cross compilation.Danny Milosavljevic
2026-02-15build-system: go: Update default-gccgo to gccgo@15.Yelninei
2026-02-15build-system: go: Set correct GOOS for Hurd.Yelninei
2026-02-14build-system/r: Use %BIOCONDUCTOR-VERSION.Kyle Andrews
2026-02-12guix: lint: Check python-pynose inputs instead of python-nose.Hugo Buddelmeijer
2026-02-11build-system: mix: Set deterministic compiler option.Igorj Gorjaĉev
2026-02-11utils/git-origin: Fix generated sexp when #:recursive? is #t.Maxim Cournoyer
2026-02-10gexp: Add 'delayed-object'.David Elsing
2026-02-10build-system: cmake: Use a toolchain file for cross compiling.Dariqq
2026-02-10build-system: cmake: Add cmake-system-processor-for-target.Dariqq
2026-02-10build-system: cmake: cmake-system-name-for-target: Use match.Dariqq
2026-02-10store: Make derivation-path? use direct-store-path?.Yarl Baudig
2026-02-08guix: Cleanup store connection buffering.Christopher Baines
2026-02-08guix: store: Remove custom port output buffering.Christopher Baines
2026-02-08guix: store: Use port->connection in open-connection.Christopher Baines
2026-02-08guix: store: Make sure to force output after writes.Christopher Baines
2026-02-08import/elpa: Add GNU-devel repository.Maxim Cournoyer
2026-02-07inferior: Allow caching of unauthenticated channels.Rutherther
2026-02-07import: pypi: Fix tests.Nicolas Graves
2026-02-07import: pypi: Correct name for ignored input.Nicolas Graves
2026-02-07build-system/pyproject: Add phase 'set-version.Nicolas Graves
2026-02-07import: pypi: Ignore pypi-ignored-inputs.Nicolas Graves