[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/43: gnu: libssh2: MIPS workaround no longer is.
From: |
Marius Bakke |
Subject: |
23/43: gnu: libssh2: MIPS workaround no longer is. |
Date: |
Tue, 21 Aug 2018 11:25:57 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit e2c7b7bb68594c2f4f3a13e98da1e32509a080a5
Author: Marius Bakke <address@hidden>
Date: Mon Aug 20 23:13:00 2018 +0200
gnu: libssh2: MIPS workaround no longer is.
* gnu/packages/ssh.scm (libssh2)[arguments]: Override the 'bootstrap' phase
regardless of target system. Remove 'autoreconf' phase.
---
gnu/packages/ssh.scm | 21 ++++-----------------
1 file changed, 4 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index faa09e9..e09bfbd 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -117,23 +117,10 @@ remote applications.")
(propagated-inputs `(("libgcrypt" ,libgcrypt)
("zlib" ,zlib)))
(arguments `(#:configure-flags `("--with-libgcrypt")
- #:phases
- ;; FIXME: In the next core-updates cycle, replace the entire
- ;; following ,(...) form with its first 'modify-phases'
- ;; subform. The change made here is only strictly needed on
- ;; MIPS, but should work on any system. For now, we apply it
- ;; only to MIPS to avoid forcing thousands of rebuilds on
- ;; other systems.
- ,(if (string-prefix? "mips" (or (%current-target-system)
- (%current-system)))
- '(modify-phases %standard-phases
- (replace 'bootstrap
- (lambda _
- (invoke "autoreconf" "-v"))))
- '(modify-phases %standard-phases
- (add-before 'configure 'autoreconf
- (lambda _
- (invoke "autoreconf" "-v")))))))
+ #:phases (modify-phases %standard-phases
+ (replace 'bootstrap
+ (lambda _
+ (invoke "autoreconf" "-v"))))))
(native-inputs `(("autoconf" ,autoconf)
("automake" ,automake)))
(synopsis "Client-side C library implementing the SSH2 protocol")
- 38/43: gnu: python-sphinxcontrib-websupport: Add a python2 variant., (continued)
- 38/43: gnu: python-sphinxcontrib-websupport: Add a python2 variant., Marius Bakke, 2018/08/21
- 32/43: gnu: python-pytz: Update to 2018.5., Marius Bakke, 2018/08/21
- 37/43: gnu: python-sphinxcontrib-websupport: Update to 1.1.0., Marius Bakke, 2018/08/21
- 33/43: gnu: python-babel: Update to 2.6.0., Marius Bakke, 2018/08/21
- 31/43: gnu: python-sqlalchemy: Update to 1.2.11., Marius Bakke, 2018/08/21
- 28/43: gnu: python-packaging: Update to 17.1., Marius Bakke, 2018/08/21
- 29/43: gnu: python-packaging: Run the tests., Marius Bakke, 2018/08/21
- 30/43: gnu: python-sqlalchemy: Use 'invoke'., Marius Bakke, 2018/08/21
- 27/43: gnu: python-imagesize: Fix typo., Marius Bakke, 2018/08/21
- 24/43: gnu: python-pytest: Run the tests again., Marius Bakke, 2018/08/21
- 23/43: gnu: libssh2: MIPS workaround no longer is.,
Marius Bakke <=
- 25/43: gnu: python-markupsafe: Update to 1.0., Marius Bakke, 2018/08/21
- 19/43: gnu: python-olefile: Update to 0.45.1., Marius Bakke, 2018/08/21
- 26/43: gnu: python-imagesize: Update to 1.0.0., Marius Bakke, 2018/08/21
- 22/43: gnu: pango: Update to 1.42.4., Marius Bakke, 2018/08/21
- 21/43: gnu: libffi: Don't optimize for the build machine CPU., Marius Bakke, 2018/08/21
- 20/43: gnu: libatomic-ops: Update to 7.6.6., Marius Bakke, 2018/08/21
- 18/43: gnu: python-lxml: Update to 4.2.4., Marius Bakke, 2018/08/21
- 17/43: gnu: python-ipaddress: Update to 1.0.22., Marius Bakke, 2018/08/21
- 14/43: gnu: python-hypothesis: Update to 3.68.2., Marius Bakke, 2018/08/21
- 16/43: gnu: python-pycparser: Update to 2.18., Marius Bakke, 2018/08/21