guix-patches
[Top][All Lists]
Advanced

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

[bug#63017] [PATCH v2 11/24] gnu: Add go-github-com-jcmturner-rpc-v2-mst


From: Nicolas Graves
Subject: [bug#63017] [PATCH v2 11/24] gnu: Add go-github-com-jcmturner-rpc-v2-mstypes.
Date: Sun, 23 Apr 2023 14:27:35 +0200

* gnu/packages/golang.scm (go-github-com-jcmturner-rpc-v2-mstypes): New 
variable.
---
 gnu/packages/golang.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f008e91943..b4be39a218 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1546,6 +1546,14 @@ (define-public go-github-com-jcmturner-rpc-v2-ndr
      `(#:import-path "github.com/jcmturner/rpc/v2/ndr"
        #:unpack-path "github.com/jcmturner/rpc"))))
 
+(define-public go-github-com-jcmturner-rpc-v2-mstypes
+  (package
+    (inherit go-github-com-jcmturner-rpc)
+    (name "go-github-com-jcmturner-rpc-v2-mstypes")
+    (arguments
+     `(#:import-path "github.com/jcmturner/rpc/v2/mstypes"
+       #:unpack-path "github.com/jcmturner/rpc"))))
+
 (define-public go-github-com-kataras-golog
   (package
     (name "go-github-com-kataras-golog")
-- 
2.39.2






reply via email to

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