mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Update wrapping for guile-dotenv-cli.
guile-dotenv does not depend on nyacc anymore, so its wrapping can be disabled. * gnu/packages/guile-xyz.scm (guile-dotenv-cli)[arguments]<phases>: Drop nyacc from wrapper. Change-Id: I0f2cd039c25c674e774e3e79d254fbe14336c01e
This commit is contained in:
@@ -989,8 +989,7 @@ variables from them.")
|
||||
(assoc-ref inputs input)
|
||||
path))
|
||||
(list "guile-config"
|
||||
"guile-dotenv"
|
||||
"nyacc"))))))
|
||||
"guile-dotenv"))))))
|
||||
(bin (string-append (ungexp output) "/bin/")))
|
||||
(wrap-program (string-append bin "dotenv")
|
||||
(dep-path "GUILE_LOAD_PATH" site)
|
||||
|
||||
Reference in New Issue
Block a user