GNU bug report logs - #72474
[PATCH 00/30] Add ejabberd package.

Previous Next

Package: guix-patches;

Reported by: Igor Goryachev <igor <at> goryachev.org>

Date: Mon, 5 Aug 2024 10:38:01 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Igor Goryachev <igor <at> goryachev.org>
To: 72474 <at> debbugs.gnu.org
Cc: Igor Goryachev <igor <at> goryachev.org>, Andrew Tropin <andrew <at> trop.in>
Subject: [bug#72474] [PATCH 03/30] gnu: Add erlang-pc.
Date: Mon,  5 Aug 2024 13:44:36 +0300
* gnu/packages/erlang.scm (erlang-pc): New variable.

Change-Id: I3c216c07804f8329238cc7c17f3094d2ccbf626e
---
 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 @@ (define-public rebar3-proper
 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")
-- 
2.45.2





This bug report was last modified 292 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.