summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAshvith Shetty <ashvithshetty0010@zohomail.in>2025-02-15 00:35:25 +0530
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-02-15 15:42:22 +0000
commit499d3b81989e1eb2a09d5e0a97057e777462e12c (patch)
tree0654aaa34a9dca7965d10aaa21de958e19c136d2 /gnu
parent05ab9bd7f36659ac3d116134891aca23da102144 (diff)
gnu: Add go-github-com-layeh-gopher-luar.
* gnu/packages/golang-xyz.scm (go-github-com-layeh-gopher-luar): New variable. Change-Id: Iafe2a8aa760d684dae485c12f639cdbdc8efc336 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 3406d5f5d73..70c78808eb8 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -56,6 +56,7 @@
56;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com> 56;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
57;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com> 57;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
58;;; Copyright © 2024 Roman Scherer <roman@burningswell.com> 58;;; Copyright © 2024 Roman Scherer <roman@burningswell.com>
59;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in>
59;;; 60;;;
60;;; This file is part of GNU Guix. 61;;; This file is part of GNU Guix.
61;;; 62;;;
@@ -9593,6 +9594,31 @@ do not update the structure in-place, but instead always yield a new
9593structure. It's a stable fork of https://github.com/mndrix/ps.") 9594structure. It's a stable fork of https://github.com/mndrix/ps.")
9594 (license license:expat))) 9595 (license license:expat)))
9595 9596
9597(define-public go-github-com-layeh-gopher-luar
9598 (package
9599 (name "go-github-com-layeh-gopher-luar")
9600 (version "1.0.11")
9601 (source
9602 (origin
9603 (method git-fetch)
9604 (uri (git-reference
9605 (url "https://github.com/layeh/gopher-luar")
9606 (commit (string-append "v" version))))
9607 (file-name (git-file-name name version))
9608 (sha256
9609 (base32 "0zfafqy2jwjmrr0gl3h2ivn0iixb0bvslcwcly9bcmc5yxq35m89"))))
9610 (build-system go-build-system)
9611 (arguments
9612 (list
9613 #:import-path "layeh.com/gopher-luar"))
9614 (propagated-inputs (list go-github-com-yuin-gopher-lua))
9615 (home-page "https://github.com/layeh/gopher-luar")
9616 (synopsis "Simplifies data passing to and from gopher-lua")
9617 (description
9618 "Package @code{gopher-luar} simplifies data passing to and from
9619 @url{https://github.com/yuin/gopher-lua, gopher-lua}.")
9620 (license license:mpl2.0)))
9621
9596(define-public go-github-com-leodido-go-urn 9622(define-public go-github-com-leodido-go-urn
9597 (package 9623 (package
9598 (name "go-github-com-leodido-go-urn") 9624 (name "go-github-com-leodido-go-urn")