gnu: Fix guile-for-guile-emacs builder.

I think this broke in c4c08775a8.

* gnu/packages/guile.scm (guile-for-guile-emacs)[arguments]: Switch to gexp
for phases.
This commit is contained in:
Christopher Baines 2023-07-26 10:13:35 +01:00
parent ca133a7c4d
commit d979197eaf
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -603,8 +603,8 @@ (define-public guile-for-guile-emacs
"1l7ik4q4zk7vq4m3gnwizc0b64b1mdr31hxqlzxs94xaf2lvi7s2"))))
(arguments
(substitute-keyword-arguments (package-arguments guile-2.2)
((#:phases phases '%standard-phases)
`(modify-phases ,phases
((#:phases phases)
#~(modify-phases #$phases
(replace 'bootstrap
(lambda _
;; Disable broken tests.
@ -617,8 +617,7 @@ (define-public guile-for-guile-emacs
(string-append "#;" m)))
(patch-shebang "build-aux/git-version-gen")
(invoke "sh" "autogen.sh")
#t))))))
(invoke "sh" "autogen.sh")))))))
(native-inputs
(modify-inputs (package-native-inputs guile-2.2)
(prepend autoconf