guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66811] [PATCH] gnu: Deprecate the "go-github-com-lucas-clemente-qui


From: Sharlatan Hellseher
Subject: [bug#66811] [PATCH] gnu: Deprecate the "go-github-com-lucas-clemente-quic-go" variable.
Date: Wed, 24 Jan 2024 12:46:14 +0000

Hi,

--8<---------------cut here---------------start------------->8---
+       #:tests? #f
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'fix-repository-path
+           (lambda _
+             (substitute* (find-files "src/github.com/quic-go/quic-go/" 
".*\\.go|.*\\.mod")
+               (("lucas-clemente")
+                "quic-go")))))))
--8<---------------cut here---------------end--------------->8---

Did you try to build the packe with #:unpack-path?

Something like this:
--8<---------------cut here---------------start------------->8---
     (arguments
     '(#:import-path "github.com/quic-go/quic-go"
       #:unpack-path "github.com/quic-go/quic-go"
--8<---------------cut here---------------end--------------->8---

Thanks,
Oleg

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]