gnu: fdupes: Use 'modify-phases'.

* gnu/packages/admin.scm (fdupes)[arguments]: Use 'modify-phases'.
master
Tobias Geerinckx-Rice 2016-08-22 19:50:59 +02:00
parent 47d7b3038e
commit e192a23022
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 1 deletions

View File

@ -1258,7 +1258,8 @@ degradation and failure.")
"1sj9pa40pbz6xdwbxfwhdhkvhdf1xc5gvggk9mdq26c41gdnyswx"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-delete 'configure %standard-phases)
'(#:phases (modify-phases %standard-phases
(delete 'configure))
#:tests? #f ; no 'check' target
#:make-flags (list "CC=gcc"
(string-append "PREFIX="