mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
Revert "gnu: gawk: Update to 4.2.0."
This reverts commit 78cd051eef
.
This commit was added past the merge window and caused conflicts with
gettext's test suite.
This commit is contained in:
parent
1b82170192
commit
173c6ec8a3
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
|
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -30,13 +29,13 @@ (define-module (gnu packages gawk)
|
||||||
(define-public gawk
|
(define-public gawk
|
||||||
(package
|
(package
|
||||||
(name "gawk")
|
(name "gawk")
|
||||||
(version "4.2.0")
|
(version "4.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/gawk/gawk-" version
|
(uri (string-append "mirror://gnu/gawk/gawk-" version
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wm9lqj77y7xz07zi0n187aqm8zavzxzpm1j53ahxz81q0qwvwyl"))))
|
(base32 "0rn2mmjxm767zliqzd67j7h2ncjn4j0321c60y9fy3grs3i89qak"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-tests? #f ; test suite fails in parallel
|
`(#:parallel-tests? #f ; test suite fails in parallel
|
||||||
|
@ -57,8 +56,7 @@ (define-public gawk
|
||||||
'((substitute* "extension/Makefile.in"
|
'((substitute* "extension/Makefile.in"
|
||||||
(("^.*: check-for-shared-lib-support" match)
|
(("^.*: check-for-shared-lib-support" match)
|
||||||
(string-append "### " match))))
|
(string-append "### " match))))
|
||||||
'())
|
'()))))
|
||||||
#t)))
|
|
||||||
|
|
||||||
(add-before 'check 'adjust-test-infrastructure
|
(add-before 'check 'adjust-test-infrastructure
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue