rekahsoft-gnu: Correct an issue impacting terraform-provider-null@2.1.2

This commit is contained in:
Collin J. Doering 2021-12-05 23:55:05 -05:00
parent d3f0eae8cf
commit e0f13a9819
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ instead of @command{terraform-MAJOR.MINOR}.")))
(substitute-keyword-arguments (package-arguments package)
((#:phases phases '%standard-phases)
`(modify-phases ,phases
(delete 'change-out) ; Delete phase if it already exists
(add-after 'install 'change-out
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))