[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: duperemove: Correctly report version.
From: |
guix-commits |
Subject: |
06/06: gnu: duperemove: Correctly report version. |
Date: |
Sat, 7 Nov 2020 17:08:34 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 8791ef7cf667b44150c0e7e40655c90d79598353
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 7 14:48:18 2020 +0100
gnu: duperemove: Correctly report version.
* gnu/packages/disk (duperemove)[arguments]: Set ‘VER’ in #:make-flags.
---
gnu/packages/disk.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 34cfe0a..1e31ad8 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -581,7 +581,9 @@ a card with a smaller capacity than stated.")
(modify-phases %standard-phases
(delete 'configure)) ; no configure script
#: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")
(synopsis "Tools for de-duplicating file system data")
(description "Duperemove is a simple tool for finding duplicated extents
- branch master updated (68b4455 -> 8791ef7), guix-commits, 2020/11/07
- 01/06: gnu: libwacom: Update to 1.6., guix-commits, 2020/11/07
- 02/06: gnu: you-get: Update to 0.4.1475., guix-commits, 2020/11/07
- 03/06: gnu: xfdesktop: Update to 4.14.3., guix-commits, 2020/11/07
- 04/06: gnu: racket: Update to 7.9., guix-commits, 2020/11/07
- 05/06: gnu: python-colorama: Update to 0.4.4., guix-commits, 2020/11/07
- 06/06: gnu: duperemove: Correctly report version.,
guix-commits <=