From 732cca59f36a0f12f8c31be578ec064818752daf Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 3 Feb 2025 10:50:01 +0000 Subject: [PATCH] gnu: go-github-com-kevinmbeaulieu-eq-go-eq-go: Improve package. * gnu/packages/golang-xyz.scm (go-github-com-kevinmbeaulieu-eq-go-eq-go) [arguments] : No go files in project's root. : Set as seen in go.mod. : Remove as redundant. [synopsis]: Add meaningful sentence sourced from project's GitHub page. Change-Id: I1c05710ee7ae606f185adbfa67daec54e4e2d972 --- gnu/packages/golang-xyz.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index e8b2812695a3cee5499581f549b7c34ce35f78b4..e5926441287459e1f3eb83cc6511d21ff4e43c4d 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17728,14 +17728,15 @@ structure.") (build-system go-build-system) (arguments (list - #:unpack-path "github.com/kevinmbeaulieu/eq-go" - #:import-path "github.com/kevinmbeaulieu/eq-go/eq-go")) + #:skip-build? #t + #:import-path "github.com/kevinmbeaulieu/eq-go")) (home-page "https://github.com/kevinmbeaulieu/eq-go") - (synopsis "eq[uivalent]-go") + (synopsis "Compare Golang source directories") (description "This package provides a way to check whether two Go source directories contain equivalent code.") (license license:asl2.0))) + (define-public go-github-com-sosodev-duration (package (name "go-github-com-sosodev-duration")