summaryrefslogtreecommitdiff
path: root/guix/build
Commit message (Expand)AuthorAge
* profiles: Gracefully deal with packages containing an etc/ symlink.Ludovic Courtès2015-05-18
* syscalls: Add 'set-network-interface-up'.Ludovic Courtès2015-05-17
* profiles: Ensure the profile's etc/ directory is writable.Ludovic Courtès2015-05-08
* profiles: Generate an 'etc/profile' file.Ludovic Courtès2015-05-06
* profiles: Move build code to (guix build profiles).Ludovic Courtès2015-05-06
* download: Work around Guile small-receive-buffer bug.Ludovic Courtès2015-05-06
* download: Reinstate buffering on connection sockets.Ludovic Courtès2015-05-06
* Merge branch 'master' into core-updatesLudovic Courtès2015-05-01
|\
| * download: Simplify 'open-connection-for-uri' to support HTTP proxies.Ludovic Courtès2015-05-01
* | build-system/gnu: #:validate-runpath? now defaults to #t.Ludovic Courtès2015-04-23
* | build-system/gnu: Gracefully handle dangling symlinks.Ludovic Courtès2015-04-23
* | gremlin: Add support for the expansion of $ORIGIN in RUNPATH.Ludovic Courtès2015-04-23
|/
* build-system/haskell: Adjust to new 'modify-phases' syntax.Ludovic Courtès2015-04-16
* Merge branch 'master' into core-updatesLudovic Courtès2015-04-09
|\
| * build-system/haskell: Update configure flags, 'haddock' and %standard-phases.Federico Beffa2015-04-08
* | Merge branch 'master' into core-updates宋文武2015-04-08
|\|
| * build-system: Add haskell-build-system.Federico Beffa2015-04-04
| * build-system/glib-or-gtk: Wrap libexec programs.Andy Wingo2015-04-03
* | utils: 'find-files' does not follow symlinks by default.Ludovic Courtès2015-04-06
* | build-system/gnu: Add docstring to 'delete-info-dir-file'.Federico Beffa2015-04-06
* | build-system/gnu: Add 'delete-info-dir-file' phase.Federico Beffa2015-04-06
* | gremlin: Ignore non-store file names in RUNPATH and warn about them.Ludovic Courtès2015-04-05
* | build-system/gnu: Add 'validate-runpath' phase.Ludovic Courtès2015-04-01
* | utils: Make the second 'find-files' argument optional.Ludovic Courtès2015-04-01
* | gremlin: Guard against invalid ELF segments.Ludovic Courtès2015-04-01
* | gremlin: Add libnsl to libc's library list.Ludovic Courtès2015-04-01
* | utils: 'find-files' takes an arbitrary predicate as its second argument.Ludovic Courtès2015-03-31
* | utils: 'modify-phases' no longer introduces quotes.Ludovic Courtès2015-03-31
|/
* Add (guix build gremlin).Ludovic Courtès2015-03-31
* build: ruby: Set $GEM_HOME that matches Ruby's $GEM_PATH.David Thompson2015-03-17
* gnu: cmake: Add CMAKE_PREFIX_PATH as a native search path, and dropAndreas Enge2015-03-14
* Merge branch 'core-updates'.Ludovic Courtès2015-03-04
|\
| * Revert "build-system/gnu: Keep the sloppy conversion strategy during bootstrap."Ludovic Courtès2015-03-01
| * build-system/gnu: Keep the sloppy conversion strategy during bootstrap.Ludovic Courtès2015-03-01
| * utils: Treat 'configure' and Makefiles with an 8-bit encoding.Ludovic Courtès2015-02-28
| * packages: Set the port conversion strategy to 'error'.Ludovic Courtès2015-02-28
| * utils: Change 'patch-shebangs' to use binary input.Ludovic Courtès2015-02-28
| * download: Comment on lack of progress report with chunked encoding.Ludovic Courtès2015-02-27
| * download: Measure and display the throughput.Ludovic Courtès2015-02-27
| * download: Abstract the receive buffer size.Ludovic Courtès2015-02-27
| * utils: Call the progress-report proc when 'dump-port' starts.Ludovic Courtès2015-02-27
| * build-system/gnu: Set $LC_ALL (or similar) to the chosen locale.Ludovic Courtès2015-02-27
| * build-system/cmake: Enable verbose output from Makefile builds.宋文武2015-02-27
| * build-system/gnu: Add 'install-locale' phase.Ludovic Courtès2015-02-26
| * build-system: Use 'modify-phases'.Ludovic Courtès2015-02-26
| * utils: Add 'modify-phases'.Ludovic Courtès2015-02-26
| * build-system/gnu: Add support for zip archives.Ludovic Courtès2015-02-26
| * Merge branch 'master' into core-updatesLudovic Courtès2015-02-26
| |\
| * | utils: Preserve symbolic links in 'wrap-program'.Andreas Enge2015-02-16
| * | utils: Use $0 instead of absolute path to original program in 'wrap-program'.Andreas Enge2015-02-16