mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: go-github-com-logrusorgru-aurora: Do not overwrite build-system.
* gnu/packages/golang-xyz.scm: (go-github-com-logrusorgru-aurora-v3, go-github-com-logrusorgru-aurora-v4) [build-system]: Inherit from go-github-com-logrusorgru-aurora. Change-Id: I1a33a02c369b195d75471af63f03ca311cf2ee08
This commit is contained in:
parent
a82fcf2c29
commit
965ec72048
1 changed files with 0 additions and 2 deletions
|
@ -10111,7 +10111,6 @@ Printf/Sprintf etc.")
|
|||
(sha256
|
||||
(base32 "0z7cgj8gl69271d0ag4f4yjbsvbrnfibc96cs01spqf5krv2rzjc"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/logrusorgru/aurora/v3"))))
|
||||
|
@ -10130,7 +10129,6 @@ Printf/Sprintf etc.")
|
|||
(sha256
|
||||
(base32 "0a4w4p0sl5hwa9fridk7s023sjcis8qf1k8fm3g5qar58vxzlh9w"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/logrusorgru/aurora/v4"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue