summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2018-03-16utils: invoke: Raise exceptions using SRFI-34 and SRFI-35....Mark H Weaver
2018-03-16gnu-build: Issue a warning unless every phase returns #t....Mark H Weaver
2018-03-16packages: Issue a warning unless the snippet returns #t....Mark H Weaver
2018-03-16build-system/gnu: Return a boolean from all phase procedures....Mark H Weaver
2018-03-16packages: Update copyright notice....Mark H Weaver
2018-03-16packages: patch-and-repack: Fix snippet handling....Mark H Weaver
2018-03-16build: emacs-utils: Use invoke instead of system*....Mark H Weaver
2018-03-16hg-download: Use invoke instead of system*....Mark H Weaver
2018-03-16svn-download: Use invoke instead of system*....Mark H Weaver
2018-03-16cvs-download: Use invoke instead of system*....Mark H Weaver
2018-03-16download: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/scons: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/texlive: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/python: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/perl: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/cmake: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/glib-or-gtk: Use invoke instead of system*....Mark H Weaver
2018-03-16build-system/gnu: Use invoke instead of system*....Mark H Weaver
2018-03-16gnu-dist: Use invoke instead of system*....Mark H Weaver
2018-03-16packages: patch-and-repack: Use invoke instead of system*....Mark H Weaver
2018-03-15guix: python-build-system: Make bytecode compilation deterministic....Ricardo Wurmus
2018-03-14Merge branch 'master' into core-updatesRicardo Wurmus
2018-03-12build-system: minify: Do not import (ice-9 popen) in the build environment....Ricardo Wurmus
2018-03-11build-system/gnu: Add 'bootstrap' phase....Ludovic Courtès
2018-03-11utils: Add 'false-if-file-not-found'....Ludovic Courtès
2018-03-08hash: Add 'sha1'....Ludovic Courtès
2018-03-07ui: 'display-hint' preserves Texinfo formatting....Ludovic Courtès
2018-03-07ui: Display fix hints in the case where we have location info....Ludovic Courtès
2018-03-07linux-initrd: Factorize 'check-device-initrd-modules'....Ludovic Courtès
2018-03-06ui: 'load*' no longer fails on Guile 2.2.3 upon EACCES or similar....Ludovic Courtès
2018-03-05ui: Better workaround for lack of '%fresh-auto-compile' on 2.2.3....Ludovic Courtès
2018-03-04git-download: Fetch only the required commit, if possible....Danny Milosavljevic
2018-03-03services: messaging: Prosody config supports file-like objects....Clément Lassieur
2018-03-02guix system: Check for the lack of modules in the initrd....Ludovic Courtès
2018-03-02Add (guix glob)....Ludovic Courtès
2018-03-02environment: Add --user....Mike Gerwitz
2018-03-02environment: Add --link-profile....Mike Gerwitz
2018-03-01import: cpan: Drop "v" prefix from version strings....Ludovic Courtès
2018-03-01profiles: 'manifest-add' truly deletes duplicate entries....Ludovic Courtès
2018-02-28build-system/trivial: Add support for #:allowed-references....Ludovic Courtès
2018-02-27guix package: '--search' no longer shows superseded packages....Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès
2018-02-21environment: Add --manifest option....David Thompson
2018-02-16Merge branch 'master' into core-updatesMark H Weaver
2018-02-16import: utils: 'alist->package' allows false license....Ludovic Courtès
2018-02-16pack: Adjust '--manifest' documentation....Ludovic Courtès
2018-02-15union: Wrap collisions with newlines....Oleg Pykhalov
2018-02-15pack: Add '--manifest'....Konrad Hinsen
2018-02-11Merge branch 'master' into core-updatesMark H Weaver
2018-02-10licenses: Add W3C license....Björn Höfling