civodul pushed a commit to branch master
in repository guix.
commit b6cb4aeff87ce89c6a8d09100920f0205ab73da4
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Apr 20 12:23:16 2020 +0200
gnu: mcron: Remove now unneeded phase.
This is a followup to a52aa7fdef19f95fc1755ecd88e979ba07d8b392.
* gnu/packages/guile-xyz.scm (mcron)[arguments]: Remove
'fix-finding-guile'.
---
gnu/packages/guile-xyz.scm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index dce12af..392b60d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -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"