diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-10-09 00:09:04 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-10-09 00:11:34 +0200 |
| commit | 01eafd38fbeb49d8167d99569eb624ab404bbeb2 (patch) | |
| tree | cfbde1f3b011ee586bf4ce45b7f83d10fc28e2f4 /gnu/packages/apr.scm | |
| parent | ac10e0e17e366d354ad8b3f91e03c1bdeddc7632 (diff) | |
gnu: Use the 'patches' field of <origin>.
* gnu/packages/apr.scm,
gnu/packages/autotools.scm,
gnu/packages/avahi.scm,
gnu/packages/cdrom.scm,
gnu/packages/cmake.scm,
gnu/packages/cpio.scm,
gnu/packages/cross-base.scm,
gnu/packages/emacs.scm,
gnu/packages/flex.scm,
gnu/packages/fontutils.scm,
gnu/packages/glib.scm,
gnu/packages/grub.scm,
gnu/packages/guile.scm,
gnu/packages/idutils.scm,
gnu/packages/libevent.scm,
gnu/packages/linux.scm,
gnu/packages/mail.scm,
gnu/packages/make-bootstrap.scm,
gnu/packages/mp3.scm,
gnu/packages/oggvorbis.scm,
gnu/packages/pdf.scm,
gnu/packages/plotutils.scm,
gnu/packages/qemu.scm,
gnu/packages/recutils.scm,
gnu/packages/rush.scm,
gnu/packages/scheme.scm,
gnu/packages/system.scm,
gnu/packages/tcsh.scm,
gnu/packages/valgrind.scm,
gnu/packages/vpn.scm,
gnu/packages/w3m: Use the 'patches' field of <origin> instead of
adding a patch as input plus using #:patches.
Diffstat (limited to 'gnu/packages/apr.scm')
| -rw-r--r-- | gnu/packages/apr.scm | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/gnu/packages/apr.scm b/gnu/packages/apr.scm index 01a4e6c2bab..cfb3b6acd5f 100644 --- a/gnu/packages/apr.scm +++ b/gnu/packages/apr.scm | |||
| @@ -35,16 +35,13 @@ | |||
| 35 | version ".tar.bz2")) | 35 | version ".tar.bz2")) |
| 36 | (sha256 | 36 | (sha256 |
| 37 | (base32 | 37 | (base32 |
| 38 | "0884csfk3f530yscak0jlr6w929s3ys0n7fpwdg3dii1sgwd5f31")))) | 38 | "0884csfk3f530yscak0jlr6w929s3ys0n7fpwdg3dii1sgwd5f31")) |
| 39 | (patches | ||
| 40 | (list (search-patch "apr-skip-getservbyname-test.patch"))) | ||
| 41 | (patch-flags '("-p0")))) | ||
| 39 | (build-system gnu-build-system) | 42 | (build-system gnu-build-system) |
| 40 | (arguments | ||
| 41 | `(#:patches (list (assoc-ref %build-inputs | ||
| 42 | "patch/skip-test")) | ||
| 43 | #:patch-flags '("-p0"))) | ||
| 44 | (inputs `(("perl" ,perl) | 43 | (inputs `(("perl" ,perl) |
| 45 | ("libtool" ,libtool) | 44 | ("libtool" ,libtool))) |
| 46 | ("patch/skip-test" | ||
| 47 | ,(search-patch "apr-skip-getservbyname-test.patch")))) | ||
| 48 | (home-page "http://apr.apache.org/") | 45 | (home-page "http://apr.apache.org/") |
| 49 | (synopsis "The Apache Portable Runtime Library") | 46 | (synopsis "The Apache Portable Runtime Library") |
| 50 | (description | 47 | (description |
