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
72bb0cee4b
commit
9222b6159f
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.
|
;; The Hiawatha Web server requires some specific features to be enabled.
|
||||||
(define-public mbedtls-for-hiawatha
|
(define-public mbedtls-for-hiawatha
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package/inherit mbedtls
|
||||||
(inherit mbedtls)
|
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments mbedtls)
|
(substitute-keyword-arguments (package-arguments mbedtls)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue