guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python2-rdflib: Explicitly build with python-2.


From: Andreas Enge
Subject: 01/01: gnu: python2-rdflib: Explicitly build with python-2.
Date: Wed, 25 Feb 2015 09:56:18 +0000

andreas pushed a commit to branch master
in repository guix.

commit 5e5784a91d6d92ef7c6dfe289989cd24ee4fc372
Author: Andreas Enge <address@hidden>
Date:   Wed Feb 25 10:55:28 2015 +0100

    gnu: python2-rdflib: Explicitly build with python-2.
    
    * gnu/packages/rdf.scm (python2-rdflib): Add argument to build with 
python-2.
---
 gnu/packages/rdf.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index ab6eb89..5102ebe 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -348,4 +348,5 @@ powerful language for representing information.")
         (append (package-inputs base)
                 `(("python2-nose" ,python2-nose))))
       (arguments
-        `(#:tests? #f))))) ; 3 tests fail, also outside Guix
+        `(#:python ,python-2
+          #:tests? #f))))) ; 3 tests fail, also outside Guix



reply via email to

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