[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49989] [PATCH 3/3] gnu: go-github-com-operatorfoundation-obfs4: Rem
From: |
Sarah Morgensen |
Subject: |
[bug#49989] [PATCH 3/3] gnu: go-github-com-operatorfoundation-obfs4: Remove goptlib patch. |
Date: |
Tue, 10 Aug 2021 14:10:03 -0700 |
* gnu/packages/golang.scm (go-github-com-operatorfoundation-obfs4)
[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 166f578ee8..9d49a3130e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -666,11 +666,6 @@ protocol from the Pluggable Transports 2.0 specification.")
`(#:unpack-path "github.com/OperatorFoundation/obfs4"
#: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