summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2019-07-15gexp: <lowered-gexp> separates sources from derivation inputs.Ludovic Courtès
2019-07-15derivations: 'derivation' primitive accepts <derivation> and #:sources.Ludovic Courtès
2019-07-15syscalls: Use 'define-as-needed' for 'AT_' constants introduced in Guile 2.2.5.Ludovic Courtès
2019-07-15compile: Report the name of the file that cannot be compiled.Ludovic Courtès
2019-07-14Revert "guix: node-build-system: Use guile-json instead of a custom parser."Julien Lepiller
2019-07-14guix: node-build-system: Use guile-json instead of a custom parser.Julien Lepiller
2019-07-14build: Add node-build-system.Jelle Licht
2019-07-14channels: Add optional directory to channel metadata.Jan Nieuwenhuizen
2019-07-12build: Use '-Wshadowed-toplevel' only when supported.Ludovic Courtès
2019-07-11guix gc: Correctly handle '--delete-generations' with no arguments.Ludovic Courtès
2019-07-08discovery: Handle edge case in scheme-files when looking at symlinks.Christopher Baines
2019-07-08scripts: environment: Add --no-cwd.Carl Dong
2019-07-08scripts: environment: Only rewrite user-specified mappings.Carl Dong
2019-07-08channels: Key cached channel derivations by system.Ludovic Courtès
2019-07-06self: Ship the (gnu machine …) modules.Mark H Weaver
2019-07-06channels: Simplify 'channel-instances->manifest'.Ludovic Courtès
2019-07-06Add 'guix deploy'.Jakob L. Kreuze
2019-07-06ssh: Add 'identity' keyword to 'open-ssh-session'.Jakob L. Kreuze
2019-07-05store: 'run-with-store' gracefully deals with #f store.Ludovic Courtès
2019-07-05derivations: Simplify 'substitution-oracle'.Ludovic Courtès
2019-07-05derivations: 'derivation-build-plan' recurses on substituables.Ludovic Courtès
2019-07-04pack: 'squashfs' backend records the profile's search paths.Ludovic Courtès
2019-07-04pack: 'docker' backend records the profile's search paths.Ludovic Courtès
2019-07-04Add (guix remote).Ludovic Courtès
2019-07-04inferior: Add 'read-repl-response'.Ludovic Courtès
2019-07-04Add (guix repl).Ludovic Courtès
2019-07-04gexp: Add 'lower-gexp' and express 'gexp->derivation' in terms of it.Ludovic Courtès
2019-07-03store: 'run-with-store' preserves the functional object cache.Ludovic Courtès
2019-07-03derivations: 'substitution-oracle' no longer calls 'read-derivation-from-file'.Ludovic Courtès
2019-07-03derivations: Avoid another call to 'read-derivation-from-file'.Ludovic Courtès
2019-07-03derivations: 'map-derivation' no longer calls 'read-derivation-from-file'.Ludovic Courtès
2019-07-03derivations: Work around pathological memoization behavior.Ludovic Courtès
2019-07-03profiles: Adjust packages->manifest pattern for inferior packages.Kyle Meyer
2019-07-02grafts: 'references-oracle' now takes a derivation input.Ludovic Courtès
2019-07-02derivations: Update 'build-derivations' docstring.Ludovic Courtès
2019-07-02import: pypi: Preserve package name case when forming pypi-uri.Maxim Cournoyer
2019-07-02import: pypi: Update the host URI.Maxim Cournoyer
2019-07-02import: pypi: Include optional test inputs as native-inputs.Maxim Cournoyer
2019-07-02import: pypi: Completely mute the output of the "unzip" command.Maxim Cournoyer
2019-07-02import: pypi: Fix typo in docstring.Maxim Cournoyer
2019-07-02import: pypi: Parse wheel METADATA instead of metadata.json.Maxim Cournoyer
2019-07-02import: pypi: Support more types of archives.Maxim Cournoyer
2019-07-02import: pypi: Deduplicate requirements.Maxim Cournoyer
2019-07-02import: pypi: Improve parsing of requirement specifications.Maxim Cournoyer
2019-07-02import: pypi: Do not parse optional requirements from source.Maxim Cournoyer
2019-07-02import: pypi: Do not consider requirements.txt files.Maxim Cournoyer
2019-06-30guix: import: crate: fix redundant inputs list nestingIvan Petkov
2019-06-29download: Remove hydra from content-addressed URL listTobias Geerinckx-Rice
2019-06-29etc: Remove hydra.gnu.org.pub key.Tobias Geerinckx-Rice
2019-06-27ui: 'show-derivation-outputs' accepts <derivation-input> records.Ludovic Courtès