aboutsummaryrefslog
summaryrefslogtreecommitdiff
path: root/icons
AgeCommit message (Expand)Author
2021-09-13rename the extension to "Haketilo"Wojtek Kosior
2021-07-20Merge rebranding to "Hachette"Wojtek Kosior
2021-07-19Change the iconjahoti
2021-07-19Refer to the extension consistently as "Hachette" and remove TODOS.org...jahoti
2021-05-10initial commitWojtek Kosior
100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -81,13 +81,16 @@ HTML and JSON.")
(sha256
(base32
"1arffdwivig88kkx685pldr784njm0249k0rb1f1plwavlrw9zfx"))
- (patches (list (search-patch "clucene-pkgconfig.patch")))))
+ (patches (list
+ (search-patch "clucene-pkgconfig.patch")
+ (search-patch "clucene-contribs-lib.patch")))))
(build-system cmake-build-system)
(inputs
`(("boost" ,boost) ; could also use bundled copy
("zlib" ,zlib)))
(arguments
`(#:test-target "cl_test"
+ #:configure-flags '("-DBUILD_CONTRIBS_LIB=ON")
#:tests? #f)) ; Tests do not compile, as TestIndexSearcher.cpp uses
; undeclared usleep. After fixing this, one needs to run
; "make test" in addition to "make cl_test", then