me
/
guix
Archived
1
0
Fork 0

gnu: attr: Update to 2.5.1.

* gnu/packages/attr.scm (attr): Update to 2.5.1.
[arguments]: Remove trailing #t.
master
Marius Bakke 2021-07-19 20:42:46 +02:00
parent 5d435b2235
commit e045fd7ce2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 4 deletions

View File

@ -30,14 +30,14 @@
(define-public attr
(package
(name "attr")
(version "2.4.48")
(version "2.5.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/attr/attr-"
version ".tar.gz"))
(sha256
(base32
"1rr4adzwax4bzr2c00f06zcsljv5y6p9wymz1g89ww7cb2rp5bay"))))
"1y6sibbkrcjygv8naadnsg6xmsqwfh6cwrqk01l0v2i5kfacdqds"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@ -57,8 +57,7 @@
;; extended attributes, and we wish to allow Guix to be built
;; on such systems.
(unless target
(system* "make" "tests" "-C" "test"))
#t)))))
(system* "make" "tests" "-C" "test")))))))
(inputs
;; Perl is needed to run tests; remove it from cross builds.
(if (%current-target-system)