gnu: 4store: Remove preprocessor directive.

* gnu/packages/databases.scm (4store): Add patch to remove preprocessor
  directive.
* gnu/packages/patches/4store-unset-preprocessor-directive.patch: New file.
* gnu/local.mk: Register patch.
This commit is contained in:
Roel Janssen 2018-04-04 14:54:02 +02:00
parent b028a9830c
commit ea09f99f7f
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1
3 changed files with 19 additions and 1 deletions

View file

@ -125,7 +125,8 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "004fmcf1w75zhc1x3zc6kc97j4jqn2v5nhk6yb3z3cpfrhzi9j50"))
(patches (list (search-patch "4store-fix-buildsystem.patch")))))
(patches (search-patches "4store-unset-preprocessor-directive.patch"
"4store-fix-buildsystem.patch"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl)