summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2013-10-13guix: Make cmake build system aware of usual paths.Andreas Enge
2013-10-13pull: Simplify the builder.Ludovic Courtès
2013-10-12build-system/perl: Lazily resolve (gnu packages perl).Ludovic Courtès
2013-10-12pull: Add '--url' option.Ludovic Courtès
2013-10-12download: Support 'file://' URLs.Ludovic Courtès
2013-10-12guix: Add missing call to 'bindtextdomain'.Ludovic Courtès
2013-10-11gnu-maintenance: Adjust URL of package description file.Ludovic Courtès
2013-10-09snix: Prefer descriptions from the Womb rather than from Nixpkgs.Ludovic Courtès
2013-10-09gnu-maintenance: Get descriptions from 'gnumaint/pkgdescr.txt'.Ludovic Courtès
2013-10-09packages: Add 'patches' and related fields to <origin>.Ludovic Courtès
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