summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2014-02-21Add (guix git-download).Ludovic Courtès
2014-02-10union: Do not compare directories upon collision.Ludovic Courtès
2014-02-10download: Provide a 'User-Agent' field in HTTP requests.Ludovic Courtès
2014-02-09gnu: linux-initrd: When booting, chdir to the new root before calling 'chroot'.Ludovic Courtès
2014-02-01gnu: linux-initrd: Build /dev/input devices.Ludovic Courtès
2014-02-01gnu: linux-initrd: Make /dev/{mem,kmem}.Ludovic Courtès
2014-01-31gnu: linux-initrd: Allow the root file system to be volatile.Ludovic Courtès
2014-01-31gnu: linux-initrd: Recognize 9p file systems.Ludovic Courtès
2014-01-31gnu: linux-initrd: Properly distinguish between /dev/sda* and /dev/vda*.Ludovic Courtès
2014-01-31gnu: linux-initrd: Start a REPL when the root could not be mounted.Ludovic Courtès
2014-01-29gnu: linux-initrd: Factorize boot code.Ludovic Courtès
2014-01-18linux-initrd: Make /dev/{null,zero} world-writable.Ludovic Courtès
2013-12-16pull: Move build code to (guix build pull).Ludovic Courtès
2013-12-15gnu: gtk+: enable introspection.Cyril Roelandt
2013-11-28build-system/cmake: Build out of source tree by default.Ludovic Courtès
2013-11-01Merge branch 'master' into core-updatesLudovic Courtès
2013-10-31union: Do not warn when identical files collide.Ludovic Courtès
2013-10-30union: Make the log port a parameter.Ludovic Courtès
2013-10-16utils: 'find-files' always returns a proper list.Ludovic Courtès
2013-10-13guix: Make cmake build system aware of usual paths.Andreas Enge
2013-10-10build-system/{gnu,cmake}: Remove #:patches and #:patch-flags parameters.Ludovic Courtès
2013-09-23Merge branch 'master' into core-updatesLudovic Courtès
2013-09-15utils: 'find-files' returns a sorted list.Ludovic Courtès
2013-09-14Merge branch 'python'Andreas Enge
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-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-02union: Don't traverse sub-directories only found in one element of the union.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-24build-system/gnu: Add `dist-package'.Ludovic Courtès
2013-07-09Merge branch 'core-updates'Ludovic Courtès
2013-07-03build-system/gnu: Write debug files to the "debug" sub-derivation, if any.Ludovic Courtès
2013-07-03utils: Re-export `alist-cons' and `alist-delete'.Ludovic Courtès
2013-06-22utils: `set-path-environment-variable' calls `unsetenv' for empty values.Ludovic Courtès
2013-06-22build-system/gnu: Set #:tests? to #f when cross-compiling.Ludovic Courtès
2013-06-22download: Don't fail when abbreviating `file://' URIs.Ludovic Courtès
2013-06-21build-system/gnu: Save `environment-variables' after each phase.Ludovic Courtès
2013-06-21build-system/gnu: Unify with (guix build-system gnu-cross-build).Ludovic Courtès
2013-06-20substitute-binary: Report progress while downloading.Ludovic Courtès
2013-05-28python-build-system: add a check phase.Cyril Roelandt
2013-05-24build-system/gnu: Implement cross build.Ludovic Courtès
2013-05-10download: Fix premature socket close on TLS connections.Ludovic Courtès
2013-05-08Add 'python-build-system'.Nikita Karetnikov
2013-05-08Add (guix build rpath).Ludovic Courtès
2013-04-30utils: Adjust 'wrap-program'.Nikita Karetnikov