Paste number 146020: | guix apr-util badpatch |
Pasted by: | davexunit |
When: | 7 years, 5 months ago |
Share: | Tweet this! | http://paste.lisp.org/+34O4 |
Channel: | None |
Paste contents: |
From 7a06cf2213be0b9ac6c1db1ecb7d24e8dfb39352 Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
Date: Sun, 1 Mar 2015 12:43:01 -0500
Subject: [PATCH] gnu: apr-util: Add openldap input.
* gnu/packages/apr.scm (apr-util): Add openldap input.
---
gnu/packages/apr.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/apr.scm b/gnu/packages/apr.scm
index ed9c628..3a31daf 100644
--- a/gnu/packages/apr.scm
+++ b/gnu/packages/apr.scm
@@ -24,7 +24,8 @@
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages perl)
- #:use-module (gnu packages autotools))
+ #:use-module (gnu packages autotools)
+ #:use-module (gnu packages openldap))
(define-public apr
(package
@@ -74,7 +75,8 @@ around or take advantage of platform-specific deficiencies or features.")
"0bn81pfscy9yjvbmyx442svf43s6dhrdfcsnkpxz43fai5qk5kx6"))))
(build-system gnu-build-system)
(inputs
- `(("apr" ,apr)))
+ `(("apr" ,apr)
+ ("openldap" ,openldap)))
(arguments
'(#:phases
(alist-replace
--
2.1.4
This paste has no annotations.