guix-play/guix/build
Ludovic Courtès f05bdc9412 gnu: Don't use --strip-all in cases where this is problematic.
This is a followup to 856ae5e.  See <http://hydra.gnu.org/build/180506>
for an example of build failure.

* guix/build/gnu-build-system.scm (strip): Add #:archive-strip-flags
  parameter.  Use it when (ar-file? path).
* guix/build-system/gnu.scm (gnu-build): Add #:archive-strip-flags
  parameter and pass it down.
* gnu/packages/commencement.scm (gcc-boot0)[arguments]: Add
  #:strip-flags.
* gnu/packages/base.scm (glibc)[arguments]: Likewise.
2014-12-28 23:46:59 +01:00
..
cmake-build-system.scm build-system/cmake: Add #:build-type parameter, default to "RelWithDebInfo". 2014-10-04 22:59:38 +02:00
download.scm download: Add "Accept: */*" to the headers. 2014-10-19 12:07:53 +02:00
emacs-utils.scm build: emacs-utils: Add 'emacs-generate-autoloads'. 2014-12-02 22:09:23 +03:00
git.scm git-download: Support recursive clones. 2014-06-27 23:04:48 +02:00
glib-or-gtk-build-system.scm build-system/glib-or-gtk: Allow specific outputs to be excluded from wrapping. 2014-12-01 22:41:04 +01:00
gnu-build-system.scm gnu: Don't use --strip-all in cases where this is problematic. 2014-12-28 23:46:59 +01:00
gnu-dist.scm build-system/gnu: Add `dist-package'. 2013-08-24 17:30:31 +02:00
graft.scm derivations: Add 'graft-derivation'. 2014-10-08 12:01:49 +02:00
perl-build-system.scm Use #:prefix instead of #:renamer with 'symbol-prefix-proc'. 2014-09-23 18:52:29 -04:00
pull.scm pull: Use the build procedure provided by the newly-downloaded Guix. 2014-11-09 22:33:45 +01:00
python-build-system.scm build/python-build-system: Fix easy-install.pth collisions. 2014-12-18 17:58:10 +01:00
rpath.scm Add (guix build rpath). 2013-05-08 23:45:02 +02:00
ruby-build-system.scm build: Add ruby build system. 2014-09-28 15:09:24 -04:00
store-copy.scm vm: Move store copy handling to (guix build store-copy). 2014-09-04 23:24:54 +02:00
svn.scm Add (guix svn-download). 2014-03-27 00:21:44 +01:00
syscalls.scm syscalls: Add more procedures for network interfaces. 2014-12-19 17:15:53 +01:00
union.scm union: Ensure that the output is always a directory. 2014-04-03 18:35:16 -04:00
utils.scm utils: Export 'search-path-as-list'. 2014-12-27 23:24:35 +01:00