summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2015-07-19Merge branch 'master' into core-updatesMark H Weaver
2015-07-18build-system/ruby: Add #:gem-flags parameter.pjotrp
2015-07-17syscalls: Struct deserializer can now return arbitrary objects.Ludovic Courtès
2015-07-17download: Remove spurious warning about 'https_proxy'.Ludovic Courtès
2015-07-16python-build-system: Add 'ensure-no-mtimes-pre-1980' phase.Mark H Weaver
2015-07-13build-system/gnu: Pass --build=<triplet> to configure by default.Mark H Weaver
2015-07-08build: Add 'emacs-build-system'.Federico Beffa
2015-07-08build: emacs-utils: Add 'emacs-byte-compile-directory'.Federico Beffa
2015-07-07build: syscalls: Add pivot-root.David Thompson
2015-07-07build: syscalls: Add setns.David Thompson
2015-07-07build: syscalls: Add clone.David Thompson
2015-07-07build: syscalls: Add mkdtemp!David Thompson
2015-07-07build: syscalls: Add unmount flags.David Thompson
2015-07-07build: syscalls: Add additional mount flags.David Thompson
2015-07-07build: ruby: Run 'rake gem' when gemspec is missing.pjotrp
2015-06-11build-system/haskell: install config for any package that creates it.Eric Bavier
2015-05-27profiles: Export 'ensure-writable-directory' and use it.Ludovic Courtès
2015-05-22services: swap: Use 'restart-on-EINTR'.Ludovic Courtès
2015-05-22syscalls: Add 'restart-on-EINTR'.Ludovic Courtès
2015-05-18profiles: Gracefully deal with packages containing an etc/ symlink.Ludovic Courtès
2015-05-17syscalls: Add 'set-network-interface-up'.Ludovic Courtès
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