GNU bug report logs - #65974
[PATCH 00/33] thirty something go packages

Previous Next

Package: guix-patches;

Reported by: Edouard Klein <edk <at> beaver-labs.com>

Date: Thu, 14 Sep 2023 07:59:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Edouard Klein <edk <at> beaver-labs.com>
To: 65974 <at> debbugs.gnu.org
Cc: Edouard Klein <edk <at> beaver-labs.com>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>
Subject: [bug#65974] [PATCH 11/33] gnu: Fix go-github-com-u-root-uio.
Date: Thu, 14 Sep 2023 10:02:56 +0200
* gnu/packages/golang.scm (go-github-com-u-root-uio-uio): New variable.
* gnu/packages/golang.scm (go-github-com-u-root-uio): Remove variable.

go-github-com-u-root-uio needs to be broken down into its component packages
---
 gnu/packages/golang.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0e6d0d1adb..4baf228752 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -13350,9 +13350,9 @@ (define-public go-github-com-josharian-native
     (description "Package native provides easy access to native byte order.")
     (license license:expat)))
 
-(define-public go-github-com-u-root-uio
+(define-public go-github-com-u-root-uio-uio
   (package
-    (name "go-github-com-u-root-uio")
+    (name "go-github-com-u-root-uio-uio")
     (version "0.0.0-20230305220412-3e8cd9d6bf63")
     (source (origin
               (method git-fetch)
@@ -13366,7 +13366,7 @@ (define-public go-github-com-u-root-uio
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/u-root/uio/uio"
-       #:unpack-path "github.com/u-root/uio/"
+       #:unpack-path "github.com/u-root/uio"
        #:tests? #f;;The tests fail because of go-github-com-pierrec-lz4-v4 but
        ;; the output make it seem that test is broken, not the code.  The
        ;; output looks like "Got something, want something else", but
-- 
2.40.1






This bug report was last modified 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.