mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gofumpt: Switch to package/inherit.
* gnu/packages/golang-xyz.scm (gofumpt): Switch to package/inherit. Change-Id: I5b54afd3c8bfc7096c3258b090380d6f2910dffc
This commit is contained in:
parent
b72e689dd3
commit
7b871ae9ce
1 changed files with 1 additions and 2 deletions
|
@ -23888,8 +23888,7 @@ tool."))))
|
|||
tool."))))
|
||||
|
||||
(define-public gofumpt
|
||||
(package
|
||||
(inherit go-mvdan-cc-gofumpt)
|
||||
(package/inherit go-mvdan-cc-gofumpt
|
||||
(name "gofumpt")
|
||||
(arguments
|
||||
(substitute-keyword-arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue