summaryrefslogtreecommitdiff
path: root/guix
Commit message (Expand)AuthorAge
* Add (guix monads).Ludovic Courtès2013-10-03
* Merge branch 'core-updates'Ludovic Courtès2013-09-27
|\
| * Merge branch 'master' into core-updatesLudovic Courtès2013-09-26
| |\
| * \ Merge branch 'master' into core-updatesLudovic Courtès2013-09-23
| |\ \
| * | | utils: 'find-files' returns a sorted list.Ludovic Courtès2013-09-15
* | | | guix package: '--delete-generations' deletes generations older than specified.Ludovic Courtès2013-09-27
* | | | build-system/trivial: Take the 'source' field into account.Ludovic Courtès2013-09-27
* | | | guix package: Add '--delete-generations'.Nikita Karetnikov2013-09-26
* | | | guix package: Add 'link-to-empty-profile'.Nikita Karetnikov2013-09-26
* | | | guix package: Exit with 0 when there is nothing to list.Nikita Karetnikov2013-09-26
| |_|/ |/| |
* | | packages: Make the 'output' parameter of 'package-output' optional.Ludovic Courtès2013-09-25
* | | guix package: Show which generation is the current one.Nikita Karetnikov2013-09-25
* | | guix package: Do not list the zeroth generation.Nikita Karetnikov2013-09-25
* | | guix package: Exit with 1 when a generation cannot be listed.Nikita Karetnikov2013-09-25
| |/ |/|
* | nar: Fix file descriptor leak when writing a Nar.Ludovic Courtès2013-09-23
* | guix package: Show most recently installed packages last.Ludovic Courtès2013-09-23
* | guix package: Sort the list of generation numbers in '--list-generations'.Ludovic Courtès2013-09-21
* | guix package: Internationalize "Generation" string.Ludovic Courtès2013-09-21
* | pull: Adjust to 'derivation' API change.Ludovic Courtès2013-09-21
* | guix package: Add '--list-generations'.Nikita Karetnikov2013-09-19
* | derivations: 'derivation' and related procedures return a single value.Ludovic Courtès2013-09-18
* | derivations: Add a nicer printer.Ludovic Courtès2013-09-18
* | derivations: Keep the .drv file name in <derivation> objects.Ludovic Courtès2013-09-17
* | Merge branch 'python'Andreas Enge2013-09-14
|\ \
| * | guix: python: Create module installation path and add it to PYTHONPATH duringAndreas Enge2013-09-11
| * | guix: python: Do not import %standard-phases from gnu-build-system.Andreas Enge2013-09-10
| * | guix: python: Add parameter #:phases to build system.Andreas Enge2013-09-10
| * | guix: python: Add package-with-python2, a procedure rewriting a packageAndreas Enge2013-09-08
| * | guix: python: Add build phase and factor out calls to setup.py.Andreas Enge2013-09-05
| * | gnu: python: Honour #:tests? and #:test-target in build system.Andreas Enge2013-09-05
| * | guix: python: Switch to python-wrapper as the default version for the pythonAndreas Enge2013-09-04
* | | substitute-binary: Add '--help'.Ludovic Courtès2013-09-13
* | | guix package: Rename generation-related procedures.Nikita Karetnikov2013-09-13
* | | linux-initrd: Create /dev/klog and /dev/kmsg.Ludovic Courtès2013-09-11
* | | store: The 'references' parameter of 'add-text-to-store' is now optional.Ludovic Courtès2013-09-11
| |/ |/|
* | gnu: linux-initrd: Fix creation of /dev/tty nodes.Ludovic Courtès2013-09-05
* | pull: Compile files in the lexicographic order.Ludovic Courtès2013-09-03
* | build-system/cmake: Fix typo.Ludovic Courtès2013-09-03
* | build-system/gnu: Delay resolution of (@ (gnu packages cmake) cmake).Ludovic Courtès2013-09-03
* | substitute-binary: Show the Nar size, when available.Ludovic Courtès2013-09-02
* | union: Don't traverse sub-directories only found in one element of the union.Ludovic Courtès2013-09-02
|/
* store: Add a printer for <nix-server>.Ludovic Courtès2013-09-02
* gnu: linux-initrd: Factorize device node creation.Ludovic Courtès2013-09-02
* gnu: linux-initrd: Make Guile modules accessible in the chroot.Ludovic Courtès2013-08-31
* gnu: linux-initrd: Add (guix build linux-initrd) and use it.Ludovic Courtès2013-08-29
* gnu: linux-initrd: Allow Guile modules to be embedded in the initrd.Ludovic Courtès2013-08-29
* derivations: Rename #:dependency-graphs to #:references-graphs.Ludovic Courtès2013-08-28
* derivations: Add #:dependency-graphs to `build-expression->derivation'.Ludovic Courtès2013-08-26
* derivations: Add #:dependency-graphs `derivation' parameter.Ludovic Courtès2013-08-26
* derivations: Move 3 positional parameters into keyword parameters.Ludovic Courtès2013-08-26