mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: wmclock: Remove custom bootstrap phase.
* gnu/packages/gnustep.scm (wmclock)[arguments]: Remove.
This commit is contained in:
parent
e17f867c62
commit
f116e1fcae
1 changed files with 1 additions and 8 deletions
|
@ -256,18 +256,11 @@ (define-public wmclock
|
||||||
(base32
|
(base32
|
||||||
"1lx276ba8r2yydhmwj1g586jdqg695ad89ng36fr3mb067gvb2rz"))))
|
"1lx276ba8r2yydhmwj1g586jdqg695ad89ng36fr3mb067gvb2rz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'autoconf
|
|
||||||
(lambda _
|
|
||||||
(invoke "autoreconf" "-vfi")
|
|
||||||
#t)))))
|
|
||||||
;; wmclock requires autoreconf to generate its configure script.
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
("libxpm" ,libxpm)))
|
("libxpm" ,libxpm)))
|
||||||
|
;; wmclock requires autoreconf to generate its configure script.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Reference in a new issue