[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49989] [PATCH 2/3] gnu: go-github-com-operatorfoundation-shapeshift
From: |
Sarah Morgensen |
Subject: |
[bug#49989] [PATCH 2/3] gnu: go-github-com-operatorfoundation-shapeshifter-transports: Remove goptlib patch. |
Date: |
Tue, 10 Aug 2021 14:10:02 -0700 |
* gnu/packages/golang.scm
(go-github-com-operatorfoundation-shapeshifter-transports)
[arguments]<#:phases>: Remove obsolete 'patch' phase for goptlib.
---
gnu/packages/golang.scm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ca029345e2..166f578ee8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -127,11 +127,6 @@ filtering devices.")
`(#:unpack-path "github.com/OperatorFoundation/shapeshifter-transports"
#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'patch
- (lambda _
- (substitute* (find-files "." "\\.go$")
- ;; To drop '.git' suffix in import path of goptlib.
- (("goptlib\\.git") "goptlib"))))
(replace 'build
(lambda arguments
(for-each
--
2.31.1