mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lr: Update to 2.0.
* gnu/packages/admin.scm (lr): Update to 2.0. [arguments]: Use GEXPs. Change-Id: I3264ccc86aa699a1e77c0388b48c801c5a4392ac
This commit is contained in:
parent
acc331fa15
commit
f73a492ac4
1 changed files with 7 additions and 7 deletions
|
@ -3015,7 +3015,7 @@ environment variable is set and output is to tty.")
|
||||||
(define-public lr
|
(define-public lr
|
||||||
(package
|
(package
|
||||||
(name "lr")
|
(name "lr")
|
||||||
(version "1.6")
|
(version "2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3024,14 +3024,14 @@ environment variable is set and output is to tty.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qixmvxikyz02348xc0a718m9b1pzcazvf36rjbdk6ayn66g9hsd"))))
|
(base32 "05k971vf6080igfila8iav5d4j7sgh301123yng9lvsmr8frf8mf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
(list #:tests? #f ; There are no tests.
|
||||||
#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
#:make-flags #~(list (string-append "CC=" #$(cc-for-target))
|
||||||
(string-append "PREFIX=" %output))
|
(string-append "PREFIX=" %output))
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases #~(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(synopsis "Tool to generate customized file listings")
|
(synopsis "Tool to generate customized file listings")
|
||||||
(description
|
(description
|
||||||
"lr is a tool for generating file listings, which includes the best
|
"lr is a tool for generating file listings, which includes the best
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue