mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: can-utils: Remove 'bootstrap phase.
* gnu/packages/networking.scm (can-utils)[arguments]: Remove unnecessary 'bootstrap phase.
This commit is contained in:
parent
ca8de35e90
commit
a34dfa249c
1 changed files with 1 additions and 0 deletions
|
@ -1839,6 +1839,7 @@ (define-public can-utils
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue