gnu: ldb: Update to 2.4.1.
* gnu/packages/samba.scm (ldb): Update to 2.4.1. [source]: Don't explicitly return #t from snippet.master
parent
edc9832fcc
commit
34d76cbc1d
|
@ -396,14 +396,14 @@ many event types, including timers, signals, and the classic file descriptor eve
|
|||
(define-public ldb
|
||||
(package
|
||||
(name "ldb")
|
||||
(version "2.4.0")
|
||||
(version "2.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.samba.org/ftp/ldb/ldb-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10rd1z2llqz8xdx6m7yyxb9a118gx2xxwri18bhkkab9n1w55rvn"))
|
||||
"13yd7lavbx8bxwnmzl0j7xnl2gl4wmnn0q9g7n3y7bvbnhm07hb9"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
@ -412,8 +412,7 @@ many event types, including timers, signals, and the classic file descriptor eve
|
|||
(unless (or (string-prefix? "third_party/waf" file)
|
||||
(string-suffix? "wscript" file))
|
||||
(delete-file file)))
|
||||
(find-files "third_party"))
|
||||
#t))))
|
||||
(find-files "third_party"))))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(;; LMDB is only supported on 64-bit systems, yet the test suite
|
||||
|
|
Reference in New Issue