[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: Revert "gnu: gawk: Update to 4.2.0."
From: |
Efraim Flashner |
Subject: |
01/01: Revert "gnu: gawk: Update to 4.2.0." |
Date: |
Sun, 10 Dec 2017 16:01:38 -0500 (EST) |
efraim pushed a commit to branch core-updates
in repository guix.
commit 173c6ec8a391dee9d7b38a20370e48a4a05288d0
Author: Efraim Flashner <address@hidden>
Date: Sun Dec 10 23:00:00 2017 +0200
Revert "gnu: gawk: Update to 4.2.0."
This reverts commit 78cd051eef9e25a6993478619d2bdb2db60565a6.
This commit was added past the merge window and caused conflicts with
gettext's test suite.
---
gnu/packages/gawk.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 7828a4c..e318993 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -1,7 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
-;;; Copyright © 2017 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,13 +29,13 @@
(define-public gawk
(package
(name "gawk")
- (version "4.2.0")
+ (version "4.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gawk/gawk-" version
".tar.xz"))
(sha256
- (base32 "1wm9lqj77y7xz07zi0n187aqm8zavzxzpm1j53ahxz81q0qwvwyl"))))
+ (base32 "0rn2mmjxm767zliqzd67j7h2ncjn4j0321c60y9fy3grs3i89qak"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f ; test suite fails in parallel
@@ -57,8 +56,7 @@
'((substitute* "extension/Makefile.in"
(("^.*: check-for-shared-lib-support" match)
(string-append "### " match))))
- '())
- #t)))
+ '()))))
(add-before 'check 'adjust-test-infrastructure
(lambda _