guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: redland: Propagate input.


From: Andreas Enge
Subject: 01/01: gnu: redland: Propagate input.
Date: Sun, 17 May 2015 09:00:24 +0000

andreas pushed a commit to branch master
in repository guix.

commit 0390a5206381e3d54f27ae46533fa38283927a4d
Author: Andreas Enge <address@hidden>
Date:   Sun May 17 10:04:37 2015 +0200

    gnu: redland: Propagate input.
    
    * gnu/packages/rdf.scm (redland): Move rasqal from 'inputs' to
      'propagated-inputs'.
    * gnu/packages/rdf.scm (soprano): Drop input rasqal.
    * gnu/packages/audio.scm (ardour-3): Drop inputs rasqal and raptor2.
    
    Reported by John Darrington <address@hidden>.
---
 gnu/packages/audio.scm |    3 +--
 gnu/packages/rdf.scm   |    6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index e15381b..e607d1a 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
+;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -208,8 +209,6 @@ namespace ARDOUR { const char* revision = 
\"3.5-403-gec2cb31\" ; }"))))
        ("sratom" ,sratom)
        ("suil" ,suil)
        ("lilv" ,lilv)
-       ("rasqal" ,rasqal)
-       ("raptor2" ,raptor2)
        ("redland" ,redland)
        ("rubberband" ,rubberband)
        ("taglib" ,taglib)
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index f26b021..cee7f42 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -221,9 +221,10 @@ Turtle/N3 and read them in SPARQL XML, RDF/XML and 
Turtle/N3.")
     (native-inputs
      `(("perl" ,perl) ; needed for installation
        ("pkg-config" ,pkg-config)))
+    (propagated-inputs
+     `(("rasqal" ,rasqal))) ; in Requires.private field of .pc
     (inputs
-     `(("bdb" ,bdb)
-       ("rasqal" ,rasqal)))
+     `(("bdb" ,bdb)))
     (home-page "http://librdf.org/";)
     (synopsis "RDF library")
     (description "The Redland RDF Library (librdf) provides the RDF API
@@ -317,7 +318,6 @@ ideal (e.g. in LV2 implementations or embedded 
applications).")
     (inputs
      `(("clucene" ,clucene)
        ("qt" ,qt-4)
-       ("rasqal" ,rasqal)
        ("redland" ,redland)))
     (home-page "http://soprano.sourceforge.net/";)
     (synopsis "RDF data library for Qt")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]