mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: attr: Update to 2.5.1.
* gnu/packages/attr.scm (attr): Update to 2.5.1. [arguments]: Remove trailing #t.
This commit is contained in:
parent
5d435b2235
commit
e045fd7ce2
1 changed files with 3 additions and 4 deletions
|
@ -30,14 +30,14 @@ (define-module (gnu packages attr)
|
||||||
(define-public attr
|
(define-public attr
|
||||||
(package
|
(package
|
||||||
(name "attr")
|
(name "attr")
|
||||||
(version "2.4.48")
|
(version "2.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/attr/attr-"
|
(uri (string-append "mirror://savannah/attr/attr-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rr4adzwax4bzr2c00f06zcsljv5y6p9wymz1g89ww7cb2rp5bay"))))
|
"1y6sibbkrcjygv8naadnsg6xmsqwfh6cwrqk01l0v2i5kfacdqds"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -57,8 +57,7 @@ (define-public attr
|
||||||
;; extended attributes, and we wish to allow Guix to be built
|
;; extended attributes, and we wish to allow Guix to be built
|
||||||
;; on such systems.
|
;; on such systems.
|
||||||
(unless target
|
(unless target
|
||||||
(system* "make" "tests" "-C" "test"))
|
(system* "make" "tests" "-C" "test")))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
;; Perl is needed to run tests; remove it from cross builds.
|
;; Perl is needed to run tests; remove it from cross builds.
|
||||||
(if (%current-target-system)
|
(if (%current-target-system)
|
||||||
|
|
Loading…
Reference in a new issue