mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
"1lx276ba8r2yydhmwj1g586jdqg695ad89ng36fr3mb067gvb2rz"))))
|
||||
(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
|
||||
`(("libx11" ,libx11)
|
||||
("libxext" ,libxext)
|
||||
("libxpm" ,libxpm)))
|
||||
;; wmclock requires autoreconf to generate its configure script.
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
|
Loading…
Reference in a new issue