aboutsummaryrefslogtreecommitdiff
path: root/guix/build
Commit message (Expand)AuthorAge
* Merge branch 'master' into core-updatesLudovic Courtès2013-11-01
|\
| * union: Do not warn when identical files collide.Ludovic Courtès2013-10-31
| * union: Make the log port a parameter.Ludovic Courtès2013-10-30
| * guix: Make cmake build system aware of usual paths.Andreas Enge2013-10-13
* | utils: 'find-files' always returns a proper list.Ludovic Courtès2013-10-16
* | build-system/{gnu,cmake}: Remove #:patches and #:patch-flags parameters.Ludovic Courtès2013-10-10
|/
* Merge branch 'master' into core-updatesLudovic Courtès2013-09-23
|\
| * Merge branch 'python'Andreas Enge2013-09-14
| |\
| | * guix: python: Create module installation path and add it to PYTHONPATH duringAndreas Enge2013-09-11
| | * guix: python: Add build phase and factor out calls to setup.py.Andreas Enge2013-09-05
| | * gnu: python: Honour #:tests? and #:test-target in build system.Andreas Enge2013-09-05
| | * guix: python: Switch to python-wrapper as the default version for the pythonAndreas Enge2013-09-04
| * | linux-initrd: Create /dev/klog and /dev/kmsg.Ludovic Courtès2013-09-11
* | | utils: 'find-files' returns a sorted list.Ludovic Courtès2013-09-15
|/ /
* | gnu: linux-initrd: Fix creation of /dev/tty nodes.Ludovic Courtès2013-09-05
* | union: Don't traverse sub-directories only found in one element of the union.Ludovic Courtès2013-09-02
|/
* gnu: linux-initrd: Factorize device node creation.Ludovic Courtès2013-09-02
* gnu: linux-initrd: Make Guile modules accessible in the chroot.Ludovic Courtès2013-08-31
* gnu: linux-initrd: Add (guix build linux-initrd) and use it.Ludovic Courtès2013-08-29
* build-system/gnu: Add `dist-package'.Ludovic Courtès2013-08-24
* Merge branch 'core-updates'Ludovic Courtès2013-07-09
|\
| * build-system/gnu: Write debug files to the "debug" sub-derivation, if any.Ludovic Courtès2013-07-03
| * utils: Re-export `alist-cons' and `alist-delete'.Ludovic Courtès2013-07-03
| * utils: `set-path-environment-variable' calls `unsetenv' for empty values.Ludovic Courtès2013-06-22
| * build-system/gnu: Set #:tests? to #f when cross-compiling.Ludovic Courtès2013-06-22
| * build-system/gnu: Save `environment-variables' after each phase.Ludovic Courtès2013-06-21
| * build-system/gnu: Unify with (guix build-system gnu-cross-build).Ludovic Courtès2013-06-21
* | download: Don't fail when abbreviating `file://' URIs.Ludovic Courtès2013-06-22
|/
* substitute-binary: Report progress while downloading.Ludovic Courtès2013-06-20
* python-build-system: add a check phase.Cyril Roelandt2013-05-28
* build-system/gnu: Implement cross build.Ludovic Courtès2013-05-24
* download: Fix premature socket close on TLS connections.Ludovic Courtès2013-05-10
* Add 'python-build-system'.Nikita Karetnikov2013-05-08
* Add (guix build rpath).Ludovic Courtès2013-05-08
* utils: Adjust 'wrap-program'.Nikita Karetnikov2013-04-30
* build-system/gnu: Fix default name for the "doc" output directory.Ludovic Courtès2013-04-28
* packages: Add `native-search-paths' field and honor it.Ludovic Courtès2013-03-30
* build-system/gnu: Remove #:path-exclusions parameter.Ludovic Courtès2013-03-30
* Merge branch 'master' into core-updatesLudovic Courtès2013-03-29
|\
| * Add (guix build-system cmake).Cyril Roelandt2013-03-28
| * Revert "utils: Add 'wrap-program'."Ludovic Courtès2013-03-07
| * utils: Add 'wrap-program'.Nikita Karetnikov2013-03-06
* | utils: Add 'wrap-program'.Nikita Karetnikov2013-03-07
* | utils: Add a #:follow-symlinks? parameter to `copy-recursively'.Ludovic Courtès2013-03-05
* | utils: Add `delete-file-recursively'.Ludovic Courtès2013-03-05
* | Merge branch 'master' into core-updatesLudovic Courtès2013-03-04
|\|
| * Add (guix build-system perl).Ludovic Courtès2013-03-04
| * download: Adjust to `http-get*' deprecation.Ludovic Courtès2013-02-20
* | guix: build: Add "share/pkgconfig" to PKG_CONFIG_PATH, as used by xorg.Andreas Enge2013-03-04
* | download: Adjust to `http-get*' deprecation.Ludovic Courtès2013-02-27