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

* gnu/packages/linux.scm (hdparm): Use ‘modify-phases’.
This commit is contained in:
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

View file

@ -2283,7 +2283,9 @@ (define-public hdparm
(list (string-append "binprefix=" out)
(string-append "manprefix=" out)
"CC=gcc"))
#:phases (alist-delete 'configure %standard-phases)
#: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")