From: David Thompson <dthompson2@worcester.edu>
To: guix-devel@gnu.org
Subject: [PATCH 1/2] gnu: httpd: Add perl input.
Date: Thu, 29 Jan 2015 16:44:20 -0500 [thread overview]
Message-ID: <87vbjpdzyj.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <87y4ole00d.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-httpd-Add-perl-input.patch --]
[-- Type: text/x-diff, Size: 833 bytes --]
From 31c4cf3f61c15df66bf85197829225b1d6064f2a Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
Date: Thu, 29 Jan 2015 16:34:04 -0500
Subject: [PATCH 1/2] gnu: httpd: Add perl input.
Perl is needed to run bin/apxs.
* gnu/packages/web.scm (httpd): Add perl input.
---
gnu/packages/web.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 554f2a3..dd40e0e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -57,7 +57,8 @@
(inputs `(("apr" ,apr)
("apr-util" ,apr-util)
("openssl" ,openssl)
- ("pcre" ,pcre)))
+ ("pcre" ,pcre)
+ ("perl" ,perl)))
(arguments
`(#:test-target "test"
#:configure-flags (list "--enable-rewrite"
--
2.1.4
[-- Attachment #2: Type: text/plain, Size: 136 bytes --]
--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate
next prev parent reply other threads:[~2015-01-29 21:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-29 21:43 [PATCH 0/2] PHP work in progress David Thompson
2015-01-29 21:44 ` David Thompson [this message]
2015-02-02 21:25 ` [PATCH 1/2] gnu: httpd: Add perl input Ludovic Courtès
2015-02-03 1:40 ` David Thompson
2015-01-29 21:44 ` [PATCH 2/2] gnu: Add php David Thompson
2015-02-02 21:24 ` [PATCH 0/2] PHP work in progress Ludovic Courtès
2015-02-13 13:59 ` David Thompson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vbjpdzyj.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me \
--to=dthompson2@worcester.edu \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).