diff options
author | Andreas Enge <andreas@enge.fr> | 2015-02-25 00:56:31 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-02-25 00:58:20 +0100 |
commit | da71f145c6bf1aab4e5e9378609f4d5d6eae1093 (patch) | |
tree | bd6df9ac5aa2523b8265c46d8121a9fbc02a5ce0 /gnu-system.am | |
parent | 3dd7547666250c56c43ed216a9e8a0ae9a694107 (diff) | |
download | guix-da71f145c6bf1aab4e5e9378609f4d5d6eae1093.tar guix-da71f145c6bf1aab4e5e9378609f4d5d6eae1093.tar.gz |
gnu: Add python2-rdflib.
* gnu/packages/rdf.scm (python2-rdflib): New variable.
(python-rdflib): Add patch.
* gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index dfd672b2d3..76ef6f873a 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -479,6 +479,7 @@ dist_patch_DATA = \ gnu/packages/patches/python-fix-tests.patch \ gnu/packages/patches/python-libffi-mips-n32-fix.patch \ gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch \ + gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch \ gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \ gnu/packages/patches/qt4-tests.patch \ |