summaryrefslogtreecommitdiff
path: root/gnu/packages/rdf.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-02-24 23:08:53 +0100
committerAndreas Enge <andreas@enge.fr>2015-02-25 00:58:20 +0100
commit4219f48f704bc011f5699b0e24d0f1f6a636d129 (patch)
tree9414444e5bc5758f3939361fae7a988e54172c85 /gnu/packages/rdf.scm
parentb9e02a71a972e51a921fada9e1acbb58280f2ed3 (diff)
downloadguix-patches-4219f48f704bc011f5699b0e24d0f1f6a636d129.tar
guix-patches-4219f48f704bc011f5699b0e24d0f1f6a636d129.tar.gz
gnu: python-rdflib: Correct typo.
* gnu/packages/rdf.scm (python-rdflib): Correct typo in the name of an input.
Diffstat (limited to 'gnu/packages/rdf.scm')
-rw-r--r--gnu/packages/rdf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 588a4b7c33..6895b36beb 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -89,7 +89,7 @@ HTML and JSON.")
(sha256
(base32
"1arffdwivig88kkx685pldr784njm0249k0rb1f1plwavlrw9zfx"))
- (patches (list
+ (patches (list
(search-patch "clucene-pkgconfig.patch")
(search-patch "clucene-contribs-lib.patch")))))
(build-system cmake-build-system)
@@ -324,7 +324,7 @@ system.")
"0kvaf332cqbi47rqzlpdx4mbkvw12mkrzkj8n9l19wk713d4py9w"))))
(build-system python-build-system)
(inputs
- `(("python-htm5lib" ,python-html5lib)
+ `(("python-html5lib" ,python-html5lib)
("python-isodate" ,python-isodate)
("python-pyparsing" ,python-pyparsing)
("python-setuptools" ,python-setuptools)))