gnu: duperemove: Correctly report version.
* gnu/packages/disk (duperemove)[arguments]: Set ‘VER’ in #:make-flags.
This commit is contained in:
parent
b0afcce390
commit
8791ef7cf6
1 changed files with 3 additions and 1 deletions
|
@ -581,7 +581,9 @@ a card with a smaller capacity than stated.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)) ; no configure script
|
(delete 'configure)) ; no configure script
|
||||||
#:make-flags (list (string-append "PREFIX=" %output)
|
#:make-flags (list (string-append "PREFIX=" %output)
|
||||||
(string-append "CC=" ,(cc-for-target)))))
|
(string-append "CC=" ,(cc-for-target))
|
||||||
|
;; Set to <next release>dev by default.
|
||||||
|
(string-append "VER=" ,version))))
|
||||||
(home-page "https://github.com/markfasheh/duperemove")
|
(home-page "https://github.com/markfasheh/duperemove")
|
||||||
(synopsis "Tools for de-duplicating file system data")
|
(synopsis "Tools for de-duplicating file system data")
|
||||||
(description "Duperemove is a simple tool for finding duplicated extents
|
(description "Duperemove is a simple tool for finding duplicated extents
|
||||||
|
|
Reference in a new issue