gnu: can-utils: Remove 'bootstrap phase.

* gnu/packages/networking.scm (can-utils)[arguments]: Remove unnecessary
'bootstrap phase.
master
Efraim Flashner 2018-06-06 12:59:36 +03:00
parent ca8de35e90
commit a34dfa249c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1839,6 +1839,7 @@ networks using zeromq. It has these key characteristics:
(assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
(delete 'bootstrap)
(delete 'configure))))
(home-page "https://github.com/linux-can/can-utils")
(synopsis "CAN utilities")