guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/19: gnu: smartmontools: Do not claim to be a ‘local build’.


From: guix-commits
Subject: 01/19: gnu: smartmontools: Do not claim to be a ‘local build’.
Date: Wed, 20 Jul 2022 06:42:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 023b3ca6e5c45409b5622098cf06ea9c61f3d5b3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 17 02:00:00 2022 +0200

    gnu: smartmontools: Do not claim to be a ‘local build’.
    
    * gnu/packages/admin.scm (smartmontools)[arguments]: Set BUILD_INFO
    in #:make-flags.
---
 gnu/packages/admin.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 88cb8fded9..4aa055dfb6 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2635,6 +2635,9 @@ various ways that may be running with too much 
privilege.")
                (base32
                 "1mlc25sd5rgj5xmzcllci47inmfdw7cp185fday6hc9rwqkqmnaw"))))
     (build-system gnu-build-system)
+    (arguments
+     (list #:make-flags
+           #~(list "BUILD_INFO=\"(Guix)\"")))
     (inputs (list libcap-ng))
     (home-page "https://www.smartmontools.org/";)
     (synopsis "S.M.A.R.T. harddisk control and monitoring tools")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]