summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2022-05-22gnu: elm: Support 'elm reactor'.Philip McGrath
2022-05-22import: Add Elm importer.Philip McGrath
2022-05-22import: json: Accept '#:http-fetch' in 'json-fetch'.Philip McGrath
2022-05-22http-client: 'http-fetch/cached' converts strings to URIs.Philip McGrath
2022-05-22http-client: Accept '#:headers' in 'http-fetched/cached'.Philip McGrath
2022-05-22build-system/elm: Add implicit Elm inputs.Philip McGrath
2022-05-22guix: Add elm-build-system.Philip McGrath
2022-05-20guix: Remove unused import.Ricardo Wurmus
2022-05-20guix: Remove duplicate definitions of dump-port.Ricardo Wurmus
2022-05-20inferior: Close duplicate socketpair file descriptor.Ludovic Courtès
2022-05-18store: Use a decaying cutoff in 'map/accumulate-builds'.Ludovic Courtès
2022-05-18packages: Use separate package/graft cache.Ludovic Courtès
2022-05-18store: 'mcached' users can specify a cache ID.Ludovic Courtès
2022-05-17guix: cpu: Add detection for aarch64 CPUs.Efraim Flashner
2022-05-17guix: cpu: Add support for reading armhf/aarch64 CPUs.Efraim Flashner
2022-05-13search-paths: Define $SSL_CERT_DIR and $SSL_CERT_FILE.Maxime Devos
2022-05-12download: Add a mirror for CTAN.Maxim Cournoyer
2022-05-05transformations: Preserve transformation order in package property.Ludovic Courtès
2022-05-01Add (guix least-authority).Ludovic Courtès
2022-05-01gexp: Add 'references-file'.Ludovic Courtès
2022-04-29guix system: Highlight search results.Ludovic Courtès
2022-04-29publish: Send uncached narinfo replies from the main thread.Ludovic Courtès
2022-04-26scripts: pack: Fix typo.Alex Griffin
2022-04-23pack: Fix match error for multi-packages deb packs.Maxim Cournoyer
2022-04-20git-download: Set locale to deal with Unicode in git metadata.Attila Lendvai
2022-04-19ui: Highlight package and service search results.Ludovic Courtès
2022-04-19colors: Add 'colorize-full-matches'.Ludovic Courtès
2022-04-19ui: Highlight important bits in recutils output.Ludovic Courtès
2022-04-14publish: Support systemd-style socket activation.Ludovic Courtès
2022-04-14publish: Use SRFI-71 instead of SRFI-11.Ludovic Courtès
2022-04-14style: Correctly read dots in pairs and improper lists.Ludovic Courtès
2022-04-12guix: Add define-deprecated/public-alias.Liliana Marie Prikler
2022-04-11http-client: Fix redirection.Attila Lendvai
2022-04-11import: opam: Factor out source import.Julien Lepiller
2022-04-11import: opam: Accept tabulations.Julien Lepiller
2022-04-11reconfigure: Fix typo on 'live-service-transient?'.Ludovic Courtès
2022-04-10services: herd: Adjust to <live-service> changes.Ludovic Courtès
2022-04-09guix describe: Add missing import.Ludovic Courtès
2022-04-08diagnostics: Turn diagnostic locations into hyperlinks.Ludovic Courtès
2022-04-08ui: Move 'location->hyperlink' to (guix diagnostics).Ludovic Courtès
2022-04-08ui: Move hyperlink facilities to (guix colors).Ludovic Courtès
2022-04-04shell: Add '--export-manifest'.Ludovic Courtès
2022-04-04environment: Export 'load-manifest'.Ludovic Courtès
2022-04-04packages: Add 'package-unique-version-prefix'.Ludovic Courtès
2022-04-04build: emacs-utils: Add a (as-display) subform to `emacs-substitute-variables'.Maxim Cournoyer
2022-04-04import: pypi: Use new style for the conditional unzip input.Maxim Cournoyer
2022-04-01weather: Colorize the output.Ludovic Courtès
2022-03-29download: Use https for main KDE source.Efraim Flashner
2022-03-22profiles: manual-database: Remove GDBM workaround.Maxim Cournoyer
2022-03-22packages: Clarify comment about build-system package record field.jgart