mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: smartmontools: Do not claim to be a ‘local build’.
* gnu/packages/admin.scm (smartmontools)[arguments]: Set BUILD_INFO in #:make-flags.
This commit is contained in:
parent
be7b314f3f
commit
023b3ca6e5
1 changed files with 3 additions and 0 deletions
|
@ -2635,6 +2635,9 @@ (define-public smartmontools
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue