me
/
guix
Archived
1
0
Fork 0

gnu: Add erlang-pc.

* gnu/packages/erlang.scm (erlang-pc): New variable.

Change-Id: I3c216c07804f8329238cc7c17f3094d2ccbf626e
Signed-off-by: Andrew Tropin <andrew@trop.in>
master
Igor Goryachev via Guix-patches via 2024-08-05 13:44:36 +03:00 committed by Andrew Tropin
parent f44be566a5
commit f8e65481d2
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 17 additions and 0 deletions

View File

@ -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")