mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mbedtls-for-hiawatha: Use package/inherit.
This is a variant, and should get the same graft treatment as the parent package. * gnu/packages/tls.scm (mbedtls-for-hiawatha): Use package/inherit. Change-Id: I570db81d5a6d703ade47b160fbdf0eb5d655b0fc
This commit is contained in:
parent
92d3ef26eb
commit
1010f3fa87
1 changed files with 1 additions and 2 deletions
|
@ -1027,8 +1027,7 @@ coding footprint.")
|
|||
;; The Hiawatha Web server requires some specific features to be enabled.
|
||||
(define-public mbedtls-for-hiawatha
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit mbedtls)
|
||||
(package/inherit mbedtls
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments mbedtls)
|
||||
((#:phases phases)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue