me
/
guix
Archived
1
0
Fork 0

gnu: mcron: Remove now unneeded phase.

This is a followup to a52aa7fdef.

* gnu/packages/guile-xyz.scm (mcron)[arguments]: Remove
'fix-finding-guile'.
master
Ludovic Courtès 2020-04-20 12:23:16 +02:00
parent b023a8acd3
commit b6cb4aeff8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 5 deletions

View File

@ -2206,11 +2206,6 @@ is no support for parsing block and inline level HTML.")
(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"