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