gnu: ldb: Update to 1.6.2.
* gnu/packages/samba.scm (ldb): Update to 1.6.2. [native-inputs]: Change from PYTHON-2 to PYTHON. Add WHICH.
This commit is contained in:
parent
97dcedbd2a
commit
4422a8c60e
|
@ -344,14 +344,14 @@ many event types, including timers, signals, and the classic file descriptor eve
|
||||||
(define-public ldb
|
(define-public ldb
|
||||||
(package
|
(package
|
||||||
(name "ldb")
|
(name "ldb")
|
||||||
(version "1.4.3")
|
(version "1.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.samba.org/ftp/ldb/ldb-"
|
(uri (string-append "https://www.samba.org/ftp/ldb/ldb-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07vacwr941y2x31yl9knsr2rpffz5pqabvqds6sbyngqxy4r785c"))
|
"1kiwlra6nfkb5n870k2db41jrm59bq9lxqmil4v7ignblgsdfdwb"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -381,7 +381,8 @@ many event types, including timers, signals, and the classic file descriptor eve
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cmocka" ,cmocka)
|
`(("cmocka" ,cmocka)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-2)))
|
("python" ,python)
|
||||||
|
("which" ,which)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; ldb.pc refers to all these.
|
;; ldb.pc refers to all these.
|
||||||
`(("talloc" ,talloc)
|
`(("talloc" ,talloc)
|
||||||
|
|
Loading…
Reference in New Issue