[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sord: Add pcre to inputs.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sord: Add pcre to inputs. |
Date: |
Mon, 23 Mar 2020 15:51:08 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0a6f689 gnu: sord: Add pcre to inputs.
0a6f689 is described below
commit 0a6f68982b950aed7444367cfe7f23123fa703e3
Author: Alexandros Theodotou <address@hidden>
AuthorDate: Mon Mar 23 16:51:44 2020 +0000
gnu: sord: Add pcre to inputs.
* gnu/packages/rdf.scm (sord)[inputs]: Add pcre needed for sord_validate.
---
gnu/packages/rdf.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index b9abd37..d255815 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2015, 2016, 2018 Ricardo Wurmus <address@hidden>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2019 Julien Lepiller <address@hidden>
+;;; Copyright © 2020 Alexandros Theodotou <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -319,6 +320,8 @@ ideal (e.g. in LV2 implementations or embedded
applications).")
(string-append "-Wl,-rpath="
(assoc-ref outputs "out") "/lib"))
#t)))))
+ (inputs
+ `(("pcre" ,pcre)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(propagated-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sord: Add pcre to inputs.,
guix-commits <=