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