summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2020-05-01profiles: Mark manual database as non-substitutable.Ludovic Courtès
2020-04-27guix: edit: Make nano the default editor.Raghav Gururajan
2020-04-27import: crate: Gracefully handle non-existent crates.Ludovic Courtès
2020-04-26channels: Use a declarative profile.Ludovic Courtès
2020-04-26pack: Use a declarative profile.Ludovic Courtès
2020-04-26profiles: Add lowerable <profile> record type.Ludovic Courtès
2020-04-26substitute: Close port at the end of http-multiple-get.Christopher Baines
2020-04-26substitute: Make http-multiple-get batch size configurable.Christopher Baines
2020-04-26substitute: Use the same port for multiple request batches.Christopher Baines
2020-04-24guix package: Export 'search-path-environment-variables'.Marius Bakke
2020-04-24Revert "licenses: Export license record."Mathieu Othacehe
2020-04-23compile: Pre-load the compiler outside 'with-target'.Ludovic Courtès
2020-04-23licenses: Export license record.zimoun
2020-04-23git-version: Raise a condition instead of an error.Jakub Kądziołka
2020-04-23git-version: Handle invalid arguments gracefullyJakub Kądziołka
2020-04-22profiles: Add #:name parameter to 'profile-derivation'.Ludovic Courtès
2020-04-22gexp: Add 'load-path?' field to <scheme-file>.Ludovic Courtès
2020-04-21self: Build and install 'guix-cookbook.info' and its translations.Ludovic Courtès
2020-04-21self: translate-texi-manuals: Add 'available-translations'.Ludovic Courtès
2020-04-21self: translate-texi-manuals: Don't hardcode "guix.texi".Ludovic Courtès
2020-04-21packages: Recommend against the use of 'package-file'.Ludovic Courtès
2020-04-20syscalls: Fix Linux detection in 'readdir*'.Julien Lepiller
2020-04-19tests: Invoke 'git' with a custom '.gitconfig' and ignore the system config.Ludovic Courtès
2020-04-19status: Remove extra space before ellipsis.Ludovic Courtès
2020-04-17gnupg: Accept revoked keys.Tobias Geerinckx-Rice
2020-04-17ui: Fix typos, 80-col & grammar in comments & docstrings.Vincent Legoll
2020-04-17status: Allow double-click select of URLs.TomZ
2020-04-16import/print: Don't factorize URI if there's no version match.Ricardo Wurmus
2020-04-16import/utils: alist->package: Include arguments.Ricardo Wurmus
2020-04-16import/json: json->code: Handle files with more than one definition.Ricardo Wurmus
2020-04-16import/utils: alist->package: Ignore known inputs.Ricardo Wurmus
2020-04-16import/print: package->code: Wrap S-expression in definition.Ricardo Wurmus
2020-04-16import/json: Use json->code.Ricardo Wurmus
2020-04-16scripts/package: Handle JSON files.Ricardo Wurmus
2020-04-16scripts/build: options->things-to-build: Handle .json files.Ricardo Wurmus
2020-04-16import/json: Add json->scheme-file.Ricardo Wurmus
2020-04-16import/print: package->code: Wrap build system value in module reference.Ricardo Wurmus
2020-04-16import/print: Return license with prefix.Ricardo Wurmus
2020-04-16syscalls: 'readdir*' chooses between the Linux and Hurd code at run time.Ludovic Courtès
2020-04-15Merge branch 'version-1.1.0'Ludovic Courtès
2020-04-14weather: Delete duplicate entries coming from '--manifest'.Ludovic Courtès
2020-04-13self: Prevent inlining of internal procedures used by 'doc/build.scm'.Ludovic Courtès
2020-04-12build: julia-build-system: Update for new Julia version.nixo
2020-04-10lint: 'check-patch-file-names' restricts to shorter file names.Ludovic Courtès
2020-04-10lint: Check for inappropriate inputs in propagated-inputs too.Efraim Flashner
2020-04-08download: Use correct system and guile in 'url-fetch/tarbomb' and 'url-fetch/...Diego Nicola Barbato
2020-04-08records: Have ABI check work well for cross-compilation.Ludovic Courtès
2020-04-08compile: Run the load phase within 'with-target'.Ludovic Courtès
2020-04-08reconfigure: Correctly re-throw SRFI-34 exceptions on Guile 3.Ludovic Courtès
2020-04-07Revert "Allow double-click select of URL in status"Marius Bakke