gnu: guile-for-guile-emacs: Remove redundant build phases.
* gnu/packages/guile.scm (guile-for-guile-emacs)[arguments]: Remove build phases "autogen" and "patch-/bin/sh".
This commit is contained in:
parent
4aa266a0c6
commit
8924e3fd9a
|
@ -435,20 +435,10 @@ GNU@tie{}Guile. Use the @code{(ice-9 readline)} module and call its
|
||||||
(base32
|
(base32
|
||||||
"00sprsshy16y8pxjy126hr2adqcvvzzz96hjyjwgg8swva1qh6b0"))))
|
"00sprsshy16y8pxjy126hr2adqcvvzzz96hjyjwgg8swva1qh6b0"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments `(;; Tests aren't passing for now.
|
`(;; Tests aren't passing for now.
|
||||||
;; Obviously we should re-enable this!
|
;; Obviously we should re-enable this!
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
,@(package-arguments guile-2.2))
|
,@(package-arguments guile-2.2)))
|
||||||
((#:phases phases)
|
|
||||||
`(modify-phases ,phases
|
|
||||||
(add-after 'unpack 'autogen
|
|
||||||
(lambda _
|
|
||||||
(zero? (system* "sh" "autogen.sh"))))
|
|
||||||
(add-before 'autogen 'patch-/bin/sh
|
|
||||||
(lambda _
|
|
||||||
(substitute* "build-aux/git-version-gen"
|
|
||||||
(("#!/bin/sh") (string-append "#!" (which "sh"))))
|
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Reference in New Issue