summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2022-02-15guix system: Fix 'describe' when booting the latest generation.Ludovic Courtès
2022-02-15gexp: 'computed-file' always uses a native Guile.Ludovic Courtès
2022-02-14profiles: texlive-font-maps: Create ls-R file.Ricardo Wurmus
2022-02-14pull: '--list-generations' pipes its output to the pager.Ludovic Courtès
2022-02-14ui: 'display-generation' uses color when talking to a pager.Ludovic Courtès
2022-02-14ui: 'with-paginated-output-port' gives access to the wrapped port.Ludovic Courtès
2022-02-14pull: '--list-generations' lists packages only with '--details'.Ludovic Courtès
2022-02-14publish: Do not sign the URL/Compression/FileSize narinfo fields.Ludovic Courtès
2022-02-14git-authenticate: Ensure the target is a descendant of the introductory commit.Ludovic Courtès
2022-02-14git: Add 'commit-descendant?'.Ludovic Courtès
2022-02-14tests: Set a hard build timeout.Ludovic Courtès
2022-02-13gnu: cpu: Add detection for AMD CPUs.Efraim Flashner
2022-02-13guix: cpu: Rewrite based on feature flags.Efraim Flashner
2022-02-11tests: Pass #:guile to 'computed-file' & co.Ludovic Courtès
2022-02-11build-system/texlive: Be explicit about #:guile-for-build.Ludovic Courtès
2022-02-11gexp: <computed-file> does not honor (%guile-for-build).Ludovic Courtès
2022-02-08deprecation: Refine the old daemon deprecation warning message.Maxim Cournoyer
2022-02-08store: Warn about daemon deprecation.Mathieu Othacehe
2022-02-08import: utils: Harden beautify-description.Alice BRENON
2022-02-07build: Fix typo in file-size docstring.Maxim Cournoyer
2022-02-07guix: Restore profile hook for TeX Live font maps.Ricardo Wurmus
2022-02-05guix: maven: Fix java parser.Julien Lepiller
2022-02-02deploy: Add '--execute'.Ludovic Courtès
2022-02-02guix system: 'describe' shows the running system, not the current one.Ludovic Courtès
2022-02-02import: pypi: Display a hint upon "no source release" errors.Ludovic Courtès
2022-02-02import: pypi: Use 'with-error-handling'.Ludovic Courtès
2022-01-29build-system: emacs: Ensure that package descriptions are generated.Andrew Tropin
2022-01-28home: 'reconfigure' checks for potential downgrades.Ludovic Courtès
2022-01-27inferior: Move initialization bits away from 'inferior-eval-with-store'.Ludovic Courtès
2022-01-27inferior: Inferior caches store connections.Ludovic Courtès
2022-01-27inferior: Keep the store bridge connected.Ludovic Courtès
2022-01-27inferior: Create the store proxy listening socket only once.Ludovic Courtès
2022-01-27gnu: Add %final-inputs-riscv64.Efraim Flashner
2022-01-26import: pypi: Convert hyphens to underscores in PyPI URLs if needed.Vivien Kraus
2022-01-26utils: 'edit-expression' reads and conses less when not modifying.Ludovic Courtès
2022-01-25environment: '--check' does nothing when used with '--container'.Ludovic Courtès
2022-01-24build-system/clojure: Support compiling Java.Reily Siegel
2022-01-24build-system/clojure: Exit with non-zero if tests fail.Reily Siegel
2022-01-23compile: Really disable cross-module inlining and related features.Ludovic Courtès
2022-01-22guix: ui: Fix typo in docstring.jgart
2022-01-20import/texlive: Add helper to check installed files.Ricardo Wurmus
2022-01-20guix: import/cran: Cast booleans.Ricardo Wurmus
2022-01-19package: Honor '--dry-run' when target profile is already in store.Ludovic Courtès
2022-01-16build-system/linux-module: Use G-expressions.Tobias Geerinckx-Rice
2022-01-17guix home: Default verbosity is the same as for 'guix system'.Ludovic Courtès
2022-01-17inferior: 'cached-channel-instance' always returns a directory.Ludovic Courtès
2022-01-17Merge branch 'version-1.4.0'Maxim Cournoyer
2022-01-16import/github: Test it.Maxime Devos
2022-01-16import/github: Return <git-reference> objects for git-fetch origins.Maxime Devos
2022-01-10build-system/gnu: Make gzip files writable before resetting timestamps.Sarah Morgensen