summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2015-07-09offload: Add 'ssh-options' field to <build-machine>....Ludovic Courtès
2015-07-08import: cabal: Make token recognition case-insensitive....Federico Beffa
2015-07-08build: Add 'emacs-build-system'....Federico Beffa
2015-07-08build: emacs-utils: Add 'emacs-byte-compile-directory'....Federico Beffa
2015-07-08import: Add 'elpa' importer....Federico Beffa
2015-07-07gnu: system: Move <file-system-mapping> into (gnu system file-systems)....David Thompson
2015-07-07build: syscalls: Add pivot-root....David Thompson
2015-07-07build: syscalls: Add setns....David Thompson
2015-07-07build: syscalls: Add clone....David Thompson
2015-07-07utils: Add call-with-temporary-directory....David Thompson
2015-07-07build: syscalls: Add mkdtemp!...David Thompson
2015-07-07build: syscalls: Add unmount flags....David Thompson
2015-07-07build: syscalls: Add additional mount flags....David Thompson
2015-07-08store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f....Ludovic Courtès
2015-07-07build: ruby: Run 'rake gem' when gemspec is missing....pjotrp
2015-07-07substitute: Avoid infinite loop when updating the substitute list....Andy Patterson
2015-07-05download: Reference tls instead of renamed gnutls module....Andreas Enge
2015-07-03derivations: Add #:substitutable?, distinguished from #:local-build?....Ludovic Courtès
2015-07-02scripts: environment: Return the exit status of the command....Cyril Roelandt
2015-07-01environment: Define 'GUIX_ENVIRONMENT'....Ludovic Courtès
2015-07-01environment: Improve error reporting for '-l'....Ludovic Courtès
2015-07-01environment: For --ad-hoc, allow users to specify an output....Ludovic Courtès
2015-07-01environment: Add --system....Ludovic Courtès
2015-07-01environment: Add only the specified outputs of the dependencies....Ludovic Courtès
2015-06-24import: pypi: Detect inputs....Cyril Roelandt
2015-06-24linux-initrd: Produce cpio archives with zeroed timestamps, etc....Ludovic Courtès
2015-06-24Add (guix cpio)....Ludovic Courtès
2015-06-24tests: Move 'file=?' to (guix tests)....Ludovic Courtès
2015-06-23licenses: Add the SGI Free Software License B, version 2.0....Mark H Weaver
2015-06-21size: Add '--map-file' option....Ludovic Courtès
2015-06-21size: Remove unused variables....Ludovic Courtès
2015-06-21Merge branch 'master' into core-updatesMark H Weaver
2015-06-19gexp: 'local-file' canonicalizes its file argument....Ludovic Courtès
2015-06-19store: Memoize 'add-to-store' based on the result of 'lstat', not 'stat'....Ludovic Courtès
2015-06-19gexp: 'local-file' now defaults to non-recursive....Ludovic Courtès
2015-06-18Merge branch 'master' into core-updatesMark H Weaver
2015-06-18Add 'guix size'....Ludovic Courtès
2015-06-18Add 'guix edit'....Ludovic Courtès
2015-06-18Move 'specification->package+output' to (gnu packages)....Ludovic Courtès
2015-06-17offload: Fix sorting bug in 'choose-build-machine'....Mark H Weaver
2015-06-16gnu-maintenance: Use 'home-page' as an additional hint of "GNUness"....Ludovic Courtès
2015-06-14Merge branch 'master' into core-updates...Mark H Weaver
2015-06-11build-system/haskell: install config for any package that creates it....Eric Bavier
2015-06-11profiles: Process ghc conf files only once....Eric Bavier
2015-06-11profiles: Search for ghc conf files only if package db exists....Eric Bavier
2015-06-11records: Remove unnecessary 'begin'....Ludovic Courtès
2015-06-11tests: Write the random seed to the error port....Ludovic Courtès
2015-06-11packages: Make 'location' field innate....Ludovic Courtès
2015-06-11records: Add support for 'innate' fields....Ludovic Courtès
2015-06-11records: "options" → "properties"....Ludovic Courtès