1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +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:
Sharlatan Hellseher 2025-04-16 12:35:04 +01:00
parent a82fcf2c29
commit 965ec72048
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"))