summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
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-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 during...Andreas 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 package...Andreas 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 python...Andreas 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
2013-08-26derivations: Add #:dependency-graphs `derivation' parameter....Ludovic Courtès
2013-08-26derivations: Move 3 positional parameters into keyword parameters....Ludovic Courtès
2013-08-25download: Add kernel.org mirrors....Ludovic Courtès
2013-08-24build-system/gnu: Add `dist-package'....Ludovic Courtès
2013-08-24packages: Allow file names as package sources....Ludovic Courtès
2013-08-23utils: Add `guile-version>?', and use it....Ludovic Courtès
2013-08-22substitute-binary: Try hard to avoid port buffering....Ludovic Courtès
2013-08-21substitute-binary: Don't pretend to report download progress on Guile 2.0.5....Ludovic Courtès
2013-08-15Make "guix -h" work as "guix --help"....Cyril Roelandt
2013-07-15guix package: Allow separate install of several outputs of the same package....Ludovic Courtès
2013-07-14Rename (guix web) to (guix http-client)....Ludovic Courtès
2013-07-12guix package: Fix handling of `-e'....Ludovic Courtès
2013-07-12ui: Ignore SIGPIPE and catch `system-error' exceptions....Ludovic Courtès
2013-07-12guix package: Reuse FTP connections for subsequent `latest-release' calls....Ludovic Courtès
2013-07-12gnu-maintenance: `latest-release' closes its connection....Ludovic Courtès
2013-07-11substitute-binary: Directly replace the global `regexp-exec'....Ludovic Courtès