abcdw pushed a commit to branch master
in repository guix.

commit f8e65481d22645a103733cadf8d412dddb9dd0fd
Author: Igor Goryachev via Guix-patches via <[email protected]>
AuthorDate: Mon Aug 5 13:44:36 2024 +0300

    gnu: Add erlang-pc.
    
    * gnu/packages/erlang.scm (erlang-pc): New variable.
    
    Change-Id: I3c216c07804f8329238cc7c17f3094d2ccbf626e
    Signed-off-by: Andrew Tropin <[email protected]>
---
 gnu/packages/erlang.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index a236722474..7bf26483d0 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -768,6 +768,23 @@ a git checkout.")
 rebar3.")
     (license license:bsd-3)))
 
+(define-public erlang-pc
+  (package
+    (name "erlang-pc")
+    (version "1.15.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (hexpm-uri "pc" version))
+       (sha256
+        (base32 "1cwm8pjsmjllfj41g62blkzvhiw3wy7j3nhpsm9y7jipci7ss3sc"))))
+    (build-system rebar-build-system)
+    (synopsis "Rebar3 port compiler for native code")
+    (description "This package provides support for compiling native code
+for Rebar3.")
+    (home-page "https://hex.pm/packages/pc";)
+    (license license:expat)))
+
 (define-public erlang-lfe
   (package
     (name "erlang-lfe")

Reply via email to