mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: tevent: Remove reference to crypt.
* gnu/packages/samba.scm (tevent): Remove reference to crypt header. Change-Id: Ic99712c9374dee1fd5b65c29327fe39aa10eed35
This commit is contained in:
parent
19c153c15e
commit
d19ddc9450
1 changed files with 8 additions and 0 deletions
|
@ -397,6 +397,14 @@ (define-public tevent
|
|||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'remove-crypt-reference
|
||||
;; The following is needed because Python.h propagates
|
||||
;; HAVE_CRYPT_H, which is then seen from lib/replace/ but talloc
|
||||
;; doesn't need it at all.
|
||||
(lambda _
|
||||
(substitute* "lib/replace/replace.h"
|
||||
(("#include <crypt.h>")
|
||||
""))))
|
||||
(replace 'configure
|
||||
;; tevent uses a custom configuration script that runs waf.
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue