gnu: Add elixir-process-tree.

* gnu/packages/elixir-xyz.scm (elixir-process-tree): New variable.

Change-Id: Iffd115d778c5a0e4c5e776debd2de7f0efd44afc
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-13 13:22:33 +02:00 committed by Ludovic Courtès
parent ca09092edd
commit e5dd14ca27
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -427,6 +427,24 @@ structures in Elixir.")
(home-page "https://hexdocs.pm/pathex/")
(license license:bsd-2)))
(define-public elixir-process-tree
(package
(name "elixir-process-tree")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "process_tree" version))
(sha256
(base32 "04z76m5vpbmhl4apsszy93g2a3iw02kg2dvhvbp1ld8l0nzydvk8"))))
(build-system mix-build-system)
(synopsis "Avoid global state in Elixir applications")
(description
"This package provides a module for avoiding global state in Elixir
applications.")
(home-page "https://hexdocs.pm/process_tree/")
(license license:expat)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar