mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ networks using zeromq. It has these key characteristics:
|
||||||
(assoc-ref %outputs "out")))
|
(assoc-ref %outputs "out")))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(delete 'bootstrap)
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "https://github.com/linux-can/can-utils")
|
(home-page "https://github.com/linux-can/can-utils")
|
||||||
(synopsis "CAN utilities")
|
(synopsis "CAN utilities")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue