gnu: hdparm: Use ‘modify-phases’ syntax.

* gnu/packages/linux.scm (hdparm): Use ‘modify-phases’.
master
Tobias Geerinckx-Rice 2017-03-31 00:30:16 +02:00
parent 02052b2c9b
commit ec23833267
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 4 additions and 2 deletions

View File

@ -2283,8 +2283,10 @@ thanks to the use of namespaces.")
(list (string-append "binprefix=" out)
(string-append "manprefix=" out)
"CC=gcc"))
#:phases (alist-delete 'configure %standard-phases)
#:tests? #f)) ; no test suite
#:phases
(modify-phases %standard-phases
(delete 'configure)) ; no configure script
#:tests? #f)) ; no test suite
(home-page "https://sourceforge.net/projects/hdparm/")
(synopsis "View and tune ATA disk drive parameters")
(description