summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2013-10-13guix: Make cmake build system aware of usual paths....Andreas Enge
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 during...Andreas 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 python...Andreas 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
2013-04-28build-system/gnu: Fix default name for the "doc" output directory....Ludovic Courtès
2013-03-30packages: Add `native-search-paths' field and honor it....Ludovic Courtès
2013-03-30build-system/gnu: Remove #:path-exclusions parameter....Ludovic Courtès
2013-03-29Merge branch 'master' into core-updates...Ludovic Courtès
2013-03-28Add (guix build-system cmake)....Cyril Roelandt
2013-03-07utils: Add 'wrap-program'....Nikita Karetnikov
2013-03-07Revert "utils: Add 'wrap-program'."...Ludovic Courtès
2013-03-06utils: Add 'wrap-program'....Nikita Karetnikov
2013-03-05utils: Add a #:follow-symlinks? parameter to `copy-recursively'....Ludovic Courtès
2013-03-05utils: Add `delete-file-recursively'....Ludovic Courtès
2013-03-04Merge branch 'master' into core-updates...Ludovic Courtès
2013-03-04guix: build: Add "share/pkgconfig" to PKG_CONFIG_PATH, as used by xorg....Andreas Enge
2013-03-04Add (guix build-system perl)....Ludovic Courtès
2013-02-27download: Adjust to `http-get*' deprecation....Ludovic Courtès
2013-02-23Patch-shebang: Do not add space after interpreter without argument....Andreas Enge
2013-02-23Patch-shebang: Handle "#!/usr/bin/env command"...Andreas Enge
2013-02-20download: Adjust to `http-get*' deprecation....Ludovic Courtès
2013-02-06union: Don't warn when colliding leaves point to the same file....Ludovic Courtès
2013-02-06union: Delete duplicates when passed the same input several times....Ludovic Courtès
2013-01-25download: Follow HTTP redirection upon 301 "moved permanently"....Ludovic Courtès