mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: mcron: Remove now unneeded phase.
This is a followup to a52aa7fdef
.
* gnu/packages/guile-xyz.scm (mcron)[arguments]: Remove
'fix-finding-guile'.
This commit is contained in:
parent
b023a8acd3
commit
b6cb4aeff8
1 changed files with 0 additions and 5 deletions
|
@ -2206,11 +2206,6 @@ (define-public mcron
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-finding-guile
|
||||
(lambda _
|
||||
(substitute* "configure"
|
||||
(("2\\.0") "3.0 2.2 2.0"))
|
||||
#t))
|
||||
(add-before 'check 'adjust-tests
|
||||
(lambda _
|
||||
(substitute* "tests/job-specifier.scm"
|
||||
|
|
Loading…
Reference in a new issue