gnu: hdparm: Use ‘modify-phases’ syntax.
* gnu/packages/linux.scm (hdparm): Use ‘modify-phases’.
This commit is contained in:
parent
02052b2c9b
commit
ec23833267
|
@ -2283,8 +2283,10 @@ thanks to the use of namespaces.")
|
||||||
(list (string-append "binprefix=" out)
|
(list (string-append "binprefix=" out)
|
||||||
(string-append "manprefix=" out)
|
(string-append "manprefix=" out)
|
||||||
"CC=gcc"))
|
"CC=gcc"))
|
||||||
#:phases (alist-delete 'configure %standard-phases)
|
#:phases
|
||||||
#:tests? #f)) ; no test suite
|
(modify-phases %standard-phases
|
||||||
|
(delete 'configure)) ; no configure script
|
||||||
|
#:tests? #f)) ; no test suite
|
||||||
(home-page "https://sourceforge.net/projects/hdparm/")
|
(home-page "https://sourceforge.net/projects/hdparm/")
|
||||||
(synopsis "View and tune ATA disk drive parameters")
|
(synopsis "View and tune ATA disk drive parameters")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue