2016-02-06 20:40:53 +00:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
;;; Copyright © 2016 Steve Sprang <scs@stevesprang.com>
|
2017-12-13 02:09:58 +00:00
|
|
|
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
|
2017-05-06 10:59:25 +00:00
|
|
|
;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix@thebird.nl>
|
2018-02-15 21:54:11 +00:00
|
|
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
mailmap: Update entries for Nikita.
* .mailmap: change email and name for Nikita.
* Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish,
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm,
gnu/packages/check.scm, gnu/packages/cinnamon.scm,
gnu/packages/compression.scm, gnu/packages/crypto.scm,
gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm,
gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/enlightenment.scm, gnu/packages/erlang.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm,
gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile-xyz.scm,
gnu/packages/haskell-apps.scm, gnu/packages/haskell-check.scm,
gnu/packages/haskell-crypto.scm, gnu/packages/haskell-xyz.scm,
gnu/packages/haskell.scm, gnu/packages/image-viewers.scm,
gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm,
gnu/packages/libcanberra.scm, gnu/packages/linux.scm,
gnu/packages/lisp-xyz.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm,
gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm,
gnu/packages/ncurses.scm, gnu/packages/networking.scm,
gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm, gnu/packages/python-xyz.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm,
gnu/packages/rust.scm, gnu/packages/scheme.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm,
gnu/packages/tor.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Likewise.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-05-11 11:05:45 +00:00
|
|
|
;;; Copyright © 2018 Nikita <nikita@n0.is>
|
2020-05-23 20:01:28 +00:00
|
|
|
;;; Copyright © 2020-2022 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
2021-01-06 12:42:54 +00:00
|
|
|
;;; Copyright © 2021 Oskar Köök <oskar@maatriks.ee>
|
2021-07-11 15:35:40 +00:00
|
|
|
;;; Copyright © 2021 Cees de Groot <cg@evrl.com>
|
2022-10-11 22:19:21 +00:00
|
|
|
;;; Copyright © 2022 jgart <jgart@dismail.de>
|
2023-05-29 22:22:24 +00:00
|
|
|
;;; Copyright © 2023 wrobell <wrobell@riseup.net>
|
2016-02-06 20:40:53 +00:00
|
|
|
;;;
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
;;; your option) any later version.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
;;;
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
(define-module (gnu packages erlang)
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
|
|
|
#:use-module (guix build-system gnu)
|
2018-12-27 09:11:31 +00:00
|
|
|
#:use-module (guix build-system emacs)
|
2020-05-23 20:01:28 +00:00
|
|
|
#:use-module (guix build-system rebar)
|
2016-02-06 20:40:53 +00:00
|
|
|
#:use-module (guix download)
|
2018-08-16 02:31:44 +00:00
|
|
|
#:use-module (guix git-download)
|
2016-02-06 20:40:53 +00:00
|
|
|
#:use-module (guix packages)
|
2017-12-13 02:09:58 +00:00
|
|
|
#:use-module (guix utils)
|
2017-07-29 15:06:55 +00:00
|
|
|
#:use-module (gnu packages)
|
2016-02-06 20:40:53 +00:00
|
|
|
#:use-module (gnu packages fontutils)
|
|
|
|
#:use-module (gnu packages gl)
|
|
|
|
#:use-module (gnu packages ncurses)
|
|
|
|
#:use-module (gnu packages perl)
|
2020-07-03 16:31:35 +00:00
|
|
|
#:use-module (gnu packages version-control)
|
2016-02-06 20:40:53 +00:00
|
|
|
#:use-module (gnu packages tls)
|
|
|
|
#:use-module (gnu packages wxwidgets))
|
|
|
|
|
|
|
|
(define-public erlang
|
|
|
|
(package
|
|
|
|
(name "erlang")
|
2023-06-06 22:34:16 +00:00
|
|
|
(version "25.3.2")
|
2016-02-06 20:40:53 +00:00
|
|
|
(source (origin
|
2018-08-16 02:31:44 +00:00
|
|
|
(method git-fetch)
|
2016-02-06 20:40:53 +00:00
|
|
|
;; The tarball from http://erlang.org/download contains many
|
|
|
|
;; pre-compiled files, so we use this snapshot of the source
|
|
|
|
;; repository.
|
2018-08-16 02:31:44 +00:00
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 20:53:28 +00:00
|
|
|
(url "https://github.com/erlang/otp")
|
2018-08-16 02:31:44 +00:00
|
|
|
(commit (string-append "OTP-" version))))
|
|
|
|
(file-name (git-file-name name version))
|
2016-02-06 20:40:53 +00:00
|
|
|
(sha256
|
|
|
|
(base32
|
2023-06-06 22:34:16 +00:00
|
|
|
"092lym5a181gz89nscw7kqhw1wa6qvgcpkj80q4i9p79mxmsr1nj"))
|
2017-07-29 15:06:55 +00:00
|
|
|
(patches (search-patches "erlang-man-path.patch"))))
|
2016-02-06 20:40:53 +00:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
|
|
|
`(("perl" ,perl)
|
|
|
|
|
|
|
|
;; Erlang's documentation is distributed in a separate tarball.
|
|
|
|
("erlang-manpages"
|
|
|
|
,(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "http://erlang.org/download/otp_doc_man_"
|
2017-12-13 02:09:58 +00:00
|
|
|
(version-major+minor version) ".tar.gz"))
|
2016-02-06 20:40:53 +00:00
|
|
|
(sha256
|
|
|
|
(base32
|
2023-04-02 04:28:50 +00:00
|
|
|
"0vnpds5q17xc4jjj3sbsllpx68wyhgvx70714vkzyd68rbjmhmk7"))))))
|
2016-02-06 20:40:53 +00:00
|
|
|
(inputs
|
2021-12-13 16:18:24 +00:00
|
|
|
(list ncurses openssl wxwidgets))
|
2016-02-06 20:40:53 +00:00
|
|
|
(propagated-inputs
|
2022-01-28 09:00:24 +00:00
|
|
|
(list fontconfig glu mesa))
|
2016-02-06 20:40:53 +00:00
|
|
|
(arguments
|
|
|
|
`(#:test-target "release_tests"
|
|
|
|
#:configure-flags
|
|
|
|
(list "--disable-saved-compile-time"
|
|
|
|
"--enable-dynamic-ssl-lib"
|
|
|
|
"--enable-native-libs"
|
|
|
|
"--enable-shared-zlib"
|
|
|
|
"--enable-smp-support"
|
|
|
|
"--enable-threads"
|
|
|
|
"--enable-wx"
|
|
|
|
(string-append "--with-ssl=" (assoc-ref %build-inputs "openssl")))
|
2022-01-28 09:00:24 +00:00
|
|
|
#:modules ((srfi srfi-19) ; make-time, et cetera.
|
2016-02-06 20:40:53 +00:00
|
|
|
(guix build utils)
|
|
|
|
(guix build gnu-build-system))
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
2018-06-12 06:41:45 +00:00
|
|
|
(delete 'bootstrap)
|
2016-02-06 20:40:53 +00:00
|
|
|
;; The are several code fragments that embed timestamps into the
|
|
|
|
;; output. Here, we alter those fragments to use the value of
|
|
|
|
;; SOURCE_DATE_EPOCH instead.
|
|
|
|
(add-after 'unpack 'remove-timestamps
|
|
|
|
(lambda _
|
|
|
|
(let ((source-date-epoch
|
2018-02-15 21:56:05 +00:00
|
|
|
(time-utc->date
|
|
|
|
(make-time time-utc 0 (string->number
|
|
|
|
(getenv "SOURCE_DATE_EPOCH"))))))
|
2016-02-06 20:40:53 +00:00
|
|
|
(substitute* "lib/reltool/src/reltool_target.erl"
|
|
|
|
(("Date = date\\(\\),")
|
|
|
|
(string-append "Date = "
|
|
|
|
(date->string source-date-epoch
|
|
|
|
"'{~Y,~m,~d}',"))))
|
|
|
|
(substitute* "lib/reltool/src/reltool_target.erl"
|
|
|
|
(("Time = time\\(\\),")
|
|
|
|
(string-append "Time = "
|
|
|
|
(date->string source-date-epoch
|
|
|
|
"'{~H,~M,~S}',"))))
|
|
|
|
(substitute* '("lib/reltool/src/reltool_target.erl"
|
|
|
|
"lib/sasl/src/systools_make.erl")
|
|
|
|
(("date\\(\\), time\\(\\),")
|
|
|
|
(date->string source-date-epoch
|
|
|
|
"{~Y,~m,~d}, {~H,~M,~S},")))
|
2017-07-30 23:19:15 +00:00
|
|
|
(substitute* "lib/dialyzer/test/small_SUITE_data/src/gs_make.erl"
|
2016-02-06 20:40:53 +00:00
|
|
|
(("tuple_to_list\\(date\\(\\)\\),tuple_to_list\\(time\\(\\)\\)")
|
|
|
|
(date->string
|
2018-02-15 21:56:05 +00:00
|
|
|
source-date-epoch
|
|
|
|
"tuple_to_list({~Y,~m,~d}), tuple_to_list({~H,~M,~S})")))
|
2016-02-06 20:40:53 +00:00
|
|
|
(substitute* "lib/snmp/src/compile/snmpc_mib_to_hrl.erl"
|
|
|
|
(("\\{Y,Mo,D\\} = date\\(\\),")
|
|
|
|
(date->string source-date-epoch
|
|
|
|
"{Y,Mo,D} = {~Y,~m,~d},")))
|
|
|
|
(substitute* "lib/snmp/src/compile/snmpc_mib_to_hrl.erl"
|
|
|
|
(("\\{H,Mi,S\\} = time\\(\\),")
|
|
|
|
(date->string source-date-epoch
|
2022-01-28 09:00:24 +00:00
|
|
|
"{H,Mi,S} = {~H,~M,~S},"))))))
|
2018-06-01 13:29:24 +00:00
|
|
|
(add-after 'unpack 'patch-/bin/sh
|
2022-01-28 09:00:24 +00:00
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
(let ((sh (search-input-file inputs "/bin/sh")))
|
|
|
|
(substitute* "erts/etc/unix/run_erl.c"
|
|
|
|
(("sh = \"/bin/sh\";")
|
|
|
|
(string-append "sh = \"" sh "\";")))
|
|
|
|
(substitute* "erts/emulator/sys/unix/sys_drivers.c"
|
|
|
|
(("SHELL \"/bin/sh\"")
|
|
|
|
(string-append "SHELL \"" sh "\"")))
|
|
|
|
(substitute* "erts/emulator/sys/unix/erl_child_setup.c"
|
|
|
|
(("SHELL \"/bin/sh\"")
|
|
|
|
(string-append "SHELL \"" sh "\"")))
|
|
|
|
(substitute* "lib/kernel/src/os.erl"
|
|
|
|
(("/bin/sh") sh)))))
|
2016-02-06 20:40:53 +00:00
|
|
|
(add-after 'patch-source-shebangs 'patch-source-env
|
|
|
|
(lambda _
|
|
|
|
(let ((escripts
|
|
|
|
(append
|
2022-01-28 09:00:24 +00:00
|
|
|
(find-files "." "\\.escript")
|
|
|
|
(find-files "lib/stdlib/test/escript_SUITE_data/")
|
|
|
|
'("erts/lib_src/utils/make_atomics_api"
|
|
|
|
"erts/preloaded/src/add_abstract_code"
|
|
|
|
"lib/diameter/bin/diameterc"
|
|
|
|
"lib/reltool/examples/display_args"
|
|
|
|
"lib/reltool/examples/mnesia_core_dump_viewer"
|
|
|
|
"lib/snmp/src/compile/snmpc.src"
|
|
|
|
"make/verify_runtime_dependencies"
|
|
|
|
"make/emd2exml.in"))))
|
2016-02-06 20:40:53 +00:00
|
|
|
(substitute* escripts
|
2022-01-28 09:00:24 +00:00
|
|
|
(("/usr/bin/env") (which "env"))))))
|
2016-02-06 20:40:53 +00:00
|
|
|
(add-before 'configure 'set-erl-top
|
|
|
|
(lambda _
|
2022-01-28 09:00:24 +00:00
|
|
|
(setenv "ERL_TOP" (getcwd))))
|
2016-02-06 20:40:53 +00:00
|
|
|
(add-after 'install 'patch-erl
|
|
|
|
;; This only works after install.
|
2018-02-15 21:56:05 +00:00
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
2022-01-28 09:00:24 +00:00
|
|
|
(let ((out (assoc-ref outputs "out")))
|
2018-02-15 21:56:05 +00:00
|
|
|
(substitute* (string-append out "/bin/erl")
|
2023-05-29 22:22:24 +00:00
|
|
|
(("basename") (which "basename"))
|
|
|
|
(("dirname") (which "dirname"))))))
|
2016-02-06 20:40:53 +00:00
|
|
|
(add-after 'install 'install-doc
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
(manpages (assoc-ref inputs "erlang-manpages"))
|
|
|
|
(share (string-append out "/share/")))
|
2018-02-15 21:56:05 +00:00
|
|
|
(mkdir-p share)
|
|
|
|
(with-directory-excursion share
|
2022-01-28 09:00:24 +00:00
|
|
|
(invoke "tar" "xvf" manpages))))))))
|
2018-02-15 21:59:25 +00:00
|
|
|
(home-page "https://www.erlang.org/")
|
2016-02-06 20:40:53 +00:00
|
|
|
(synopsis "The Erlang programming language")
|
|
|
|
(description
|
|
|
|
"Erlang is a programming language used to build massively
|
|
|
|
scalable soft real-time systems with requirements on high
|
|
|
|
availability. Some of its uses are in telecoms, banking, e-commerce,
|
|
|
|
computer telephony and instant messaging. Erlang's runtime system has
|
|
|
|
built-in support for concurrency, distribution and fault tolerance.")
|
|
|
|
;; Erlang is distributed under the Apache License 2.0, but some components
|
|
|
|
;; have other licenses. See 'system/COPYRIGHT' in the source distribution.
|
|
|
|
(license (list license:asl2.0 license:bsd-2 license:bsd-3 license:expat
|
|
|
|
license:lgpl2.0+ license:tcl/tk license:zlib))))
|
2018-12-27 09:11:31 +00:00
|
|
|
|
|
|
|
(define-public emacs-erlang
|
|
|
|
(package
|
|
|
|
(name "emacs-erlang")
|
|
|
|
(version (package-version erlang))
|
|
|
|
(source (package-source erlang))
|
|
|
|
(build-system emacs-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
2021-06-23 05:57:40 +00:00
|
|
|
(add-before 'expand-load-path 'change-working-directory
|
2018-12-27 09:11:31 +00:00
|
|
|
(lambda _ (chdir "lib/tools/emacs") #t)))))
|
|
|
|
(home-page "https://www.erlang.org/")
|
|
|
|
(synopsis "Erlang major mode for Emacs")
|
|
|
|
(description
|
|
|
|
"This package provides an Emacs major mode for editing Erlang source
|
|
|
|
files.")
|
|
|
|
(license license:asl2.0)))
|
2020-05-23 20:01:28 +00:00
|
|
|
|
2020-05-23 20:57:13 +00:00
|
|
|
(define-public erlang-bbmustache
|
|
|
|
(package
|
|
|
|
(name "erlang-bbmustache")
|
|
|
|
(version "1.12.2")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "bbmustache" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "0fvvaxdpziygxl30j59g98qkh2n47xlb7w5dfpsm2bfcsnj372v8"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(inputs
|
|
|
|
(list erlang-getopt rebar3-git-vsn
|
|
|
|
erlang-edown)) ; for building the docs
|
|
|
|
(arguments
|
|
|
|
`(#:tests? #f ;; requires mustache specification file
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before 'build 'build-more
|
|
|
|
(lambda _
|
|
|
|
(invoke "rebar3" "as" "dev" "escriptize")))
|
|
|
|
(add-after 'install 'install-escript
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(let* ((out (assoc-ref outputs "out")))
|
|
|
|
(install-file "_build/dev/bin/bbmustache"
|
|
|
|
(string-append out "/bin"))))))))
|
|
|
|
(home-page "https://github.com/soranoba/bbmustache/")
|
|
|
|
(synopsis "Binary pattern match Based Mustache template engine for Erlang")
|
|
|
|
(description "This Erlang library provides a Binary pattern match Based
|
|
|
|
Mustache template engine")
|
|
|
|
(license license:expat)))
|
|
|
|
|
2020-05-23 20:48:26 +00:00
|
|
|
(define-public erlang-certifi
|
|
|
|
(package
|
|
|
|
(name "erlang-certifi")
|
|
|
|
(version "2.9.0")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "certifi" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "0ha6vmf5p3xlbf5w1msa89frhvfk535rnyfybz9wdmh6vdms8v96"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:tests? #f)) ;; have not been updated for latest cert bundle
|
|
|
|
(home-page "https://github.com/certifi/erlang-certifi/")
|
|
|
|
(synopsis "Erlang CA certificate bundle")
|
|
|
|
(description "This Erlang library contains a CA bundle that you can
|
|
|
|
reference in your Erlang application. This is useful for systems that do not
|
|
|
|
have CA bundles that Erlang can find itself, or where a uniform set of CAs is
|
|
|
|
valuable.
|
|
|
|
|
|
|
|
This an Erlang specific port of certifi. The CA bundle is derived from
|
|
|
|
Mozilla's canonical set.")
|
|
|
|
(license license:bsd-3)))
|
|
|
|
|
2020-05-23 20:01:28 +00:00
|
|
|
(define-public erlang-cf
|
|
|
|
(package
|
|
|
|
(name "erlang-cf")
|
|
|
|
(version "0.3.1")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "cf" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "0wknz4xkqkhgvlx4vx5619p8m65v7g87lfgsvfy04jrsgm28spii"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(home-page "https://github.com/project-fifo/cf")
|
|
|
|
(synopsis "Terminal colour helper for Erlang io and io_lib")
|
|
|
|
(description "This package provides a helper library for termial colour
|
|
|
|
printing extending the io:format syntax to add colours.")
|
|
|
|
(license license:expat)))
|
2020-05-23 20:02:46 +00:00
|
|
|
|
2022-10-12 01:07:22 +00:00
|
|
|
(define-public erlang-yamerl
|
|
|
|
(package
|
|
|
|
(name "erlang-yamerl")
|
|
|
|
(version "0.10.0")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference
|
|
|
|
;; There are no tests included on Hex.
|
|
|
|
(url "https://github.com/yakaz/yamerl")
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
(sha256
|
|
|
|
(base32 "0if8abgmispcfk7zhd0a5dndzwzbsmqrbyrm5shk375r2dbbwak6"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(synopsis "YAML and JSON parser in pure Erlang")
|
|
|
|
(description
|
|
|
|
"Erlang application to parse YAML 1.1 and YAML 1.2 documents, as well as
|
|
|
|
JSON documents.")
|
|
|
|
(home-page "https://hexdocs.pm/yamerl/")
|
|
|
|
(license license:bsd-2)))
|
|
|
|
|
2021-10-06 08:50:25 +00:00
|
|
|
(define-public erlang-covertool
|
|
|
|
(package
|
|
|
|
(name "erlang-covertool")
|
|
|
|
(version "2.0.4")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "covertool" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "1p0c1n3nl4063xwi1sv176l1x68xqf07qwvj444a5z888fx6i5aw"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(home-page "https://github.com/covertool/covertool")
|
|
|
|
(synopsis "Convert code-coverage data generated by @code{cover} into
|
|
|
|
Cobertura XML reports")
|
|
|
|
(description "This package provides a build tool and plugin to convert
|
|
|
|
exported Erlang @code{cover} data sets into Cobertura XML reports, which can
|
|
|
|
then be feed to the Jenkins Cobertura plug-in.
|
|
|
|
|
|
|
|
On @emph{hex.pm}, this plugin was previously called @code{rebar_covertool}.")
|
|
|
|
(license license:bsd-2)))
|
|
|
|
|
2020-05-23 21:18:32 +00:00
|
|
|
(define-public erlang-cth-readable
|
|
|
|
(package
|
|
|
|
(name "erlang-cth-readable")
|
|
|
|
(version "1.5.1")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "cth_readable" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "104xgybb6iciy6i28pyyrarqzliddi8kjyq43ajaav7y5si42rb8"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(propagated-inputs
|
|
|
|
(list erlang-cf))
|
|
|
|
(arguments
|
|
|
|
`(#:tests? #f)) ;; no test-suite in hex-pm package
|
|
|
|
(home-page "https://github.com/ferd/cth_readable")
|
|
|
|
(synopsis "Common Test hooks for more readable logs for Erlang")
|
|
|
|
(description "This package provides an OTP library to be used for CT log
|
|
|
|
outputs you want to be readable around all that noise they contain.")
|
|
|
|
(license license:bsd-3)))
|
|
|
|
|
2020-07-03 14:43:01 +00:00
|
|
|
(define-public erlang-edown
|
|
|
|
(package
|
|
|
|
(name "erlang-edown")
|
|
|
|
(version "0.8.4")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "edown" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "0ij47gvgs6yfqphj0f54qjzj18crj8y1dsjjlzpp3dp8pscqzbqw"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(home-page "https://github.com/uwiger/edown")
|
|
|
|
(synopsis "Markdown extension for EDoc")
|
|
|
|
(description "This package provides an extension for EDoc for generating
|
|
|
|
Markdown.")
|
|
|
|
(license license:asl2.0)))
|
|
|
|
|
2020-05-23 20:02:46 +00:00
|
|
|
(define-public erlang-erlware-commons
|
|
|
|
(package
|
|
|
|
(name "erlang-erlware-commons")
|
|
|
|
(version "1.6.0")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "erlware_commons" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "18qam9xdzi74wppb0cj4zc8161i0i8djr79z8662m6d276f2jz5m"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(propagated-inputs
|
|
|
|
(list erlang-cf))
|
|
|
|
(native-inputs
|
2023-02-01 09:36:00 +00:00
|
|
|
(list git-minimal/pinned)) ;; Required for tests
|
2020-05-23 20:02:46 +00:00
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before 'check 'check-setup
|
|
|
|
(lambda _
|
|
|
|
(setenv "TERM" "xterm")))))) ; enable color in logs
|
gnu: Use HTTPS package home pages wherever possible.
* gnu/packages/accessibility.scm (florence)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (netcat, nmon)[home-page]: Likewise.
* gnu/packages/algebra.scm (mpfrcx, cm, flint, fftw, r-dtt)[home-page]:
Likewise.
* gnu/packages/apr.scm (apr, apr-util)[home-page]: Likewise.
* gnu/packages/aspell.scm (aspell-dict-it)[home-page]: Likewise.
* gnu/packages/astronomy.scm (casacore, sextractor, libnova)
(xplanet)[home-page]: Likewise.
* gnu/packages/audio.scm (libtimidity, alsa-modular-synth, azr3, tao)
(freepats, rakarrack, liblo, libshout-idjc, timidity++, libsbsms)
(libmodplug, libxmp, xmp, sox, drc, gsm, gnaural)
(streamripper)[home-page]: Likewise.
* gnu/packages/authentication.scm (pamtester)[home-page]: Likewise.
* gnu/packages/backup.scm (grsync)[home-page]: Likewise.
* gnu/packages/bioconductor.scm (r-nmf, r-edger, r-limma)
(r-plgem)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (python-biom-format, bowtie, bowtie1)
(bwa, crossmap, java-htsjdk, java-htsjdk-latest, java-picard)
(java-picard-2.10.3, kaiju, proteinortho, rsem, rseqc, seek, samtools)
(snap-aligner, subread, stringtie, r-centipede, prinseq, emboss, phylip)
(libsbml)[home-page]: Likewise.
* gnu/packages/build-tools.scm (tup)[home-page]: Likewise.
* gnu/packages/cdrom.scm (libcddb, cdrdao, cdrtools)
(cd-discid)[home-page]: Likewise.
* gnu/packages/check.scm (cunit, python-nose)
(python-pyhamcrest)[home-page]: Likewise.
* gnu/packages/chemistry.scm (gromacs)[home-page]: Likewise.
* gnu/packages/chez.scm (chez-fmt)[home-page]: Likewise.
* gnu/packages/code.scm (lcov, uncrustify, cscope)[home-page]: Likewise.
* gnu/packages/compression.scm (p7zip)[home-page]: Likewise.
* gnu/packages/cran.scm (r-emdist, r-proj4, r-zoo, r-ggalluvial)
(r-orgmassspecr, r-polychrome, r-partykit, r-rcpp, r-ff, r-emdbook)
(r-fitdistrplus, r-linprog, r-geometry, r-dtw, r-fst, r-rjags)
(r-intergraph, r-qualv, r-labelled, r-survey, r-coin, r-fmsb, r-tm)
(r-corpcor, r-rmpfr, r-spatialextremes, r-longitudinal, r-genenet)
(r-bayesm, r-seqinr, r-mpm, r-text2vec, r-rgdal, r-seewave, r-hdrcde)
(r-shapes, r-anytime, r-stm, r-d3network, r-tam, r-directlabels)
(r-spatstat-utils, r-spatstat-sparse, r-spatstat-data, r-spatstat-geom)
(r-spatstat-core, r-spatstat-linnet, r-spatstat-random, r-spatstat)
(r-rcpptoml, r-mlecens, r-seurat, r-mlearning, r-zooimage)[home-page]:
Likewise.
* gnu/packages/crates-io.scm (rust-nickel-0.11, rust-thrift-0.13)
(rust-trust-dns-https-0.20, rust-trust-dns-native-tls-0.20)
(rust-trust-dns-openssl-0.20, rust-trust-dns-proto-0.20)
(rust-trust-dns-resolver-0.20, rust-trust-dns-rustls-0.20)
(rust-uint-0.9, rust-yaml-rust-0.4)[home-page]: Likewise.
* gnu/packages/crypto.scm (libdecaf, ccrypt)[home-page]: Likewise.
* gnu/packages/curl.scm (curlpp)[home-page]: Likewise.
* gnu/packages/databases.scm (python-pylibmc, unixodbc, wiredtiger)
(libpqxx, mdbtools, virtuoso-ose, libdbi, libdbi-drivers)
(soci)[home-page]: Likewise.
* gnu/packages/debian.scm (apt-mirror)[home-page]: Likewise.
* gnu/packages/debug.scm (remake)[home-page]: Likewise.
* gnu/packages/disk.scm (sdparm, idle3-tools, duc)[home-page]: Likewise.
* gnu/packages/django.scm (python-django-haystack)[home-page]: Likewise.
* gnu/packages/djvu.scm (djvulibre, djview)[home-page]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[home-page]: Likewise.
* gnu/packages/docbook.scm (dblatex, docbook2x)[home-page]: Likewise.
* gnu/packages/documentation.scm (scrollkeeper)[home-page]: Likewise.
* gnu/packages/ebook.scm (liblinebreak)[home-page]: Likewise.
* gnu/packages/electronics.scm (xoscope)[home-page]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-bbdb, emacs-caps-lock, emacs-djvu)
(emacs-pabbrev, emacs-twittering-mode, emacs-filladapt, emacs-rudel)
(emacs-stream, emacspeak, emacs-cc-mode, emacs-eldoc, emacs-jsonrpc)
(emacs-gtk-look, emacs-xclip, emacs-slime-volleyball, emacs-minimap)
(emacs-auto-dictionary-mode, emacs-persist, emacs-shell-command+)
(emacs-map, emacs-xref, emacs-dictionary)[home-page]: Likewise.
* gnu/packages/embedded.scm (sdcc)[home-page]: Likewise.
* gnu/packages/engineering.scm (asco, libngspice, libspnav)
(openctm)[home-page]: Likewise.
* gnu/packages/erlang.scm (erlang-erlware-commons)[home-page]: Likewise.
* gnu/packages/file-systems.scm (jfsutils, curlftpfs)[home-page]:
Likewise.
* gnu/packages/finance.scm (gbonds)[home-page]: Likewise.
* gnu/packages/flashing-tools.scm (dfu-util, srecord)[home-page]:
Likewise.
* gnu/packages/fltk.scm (ntk)[home-page]: Likewise.
* gnu/packages/fonts.scm (font-terminus, font-tex-gyre)
(font-comic-neue)[home-page]: Likewise.
* gnu/packages/fontutils.scm (ttf2pt1, potrace, libspiro)[home-page]:
Likewise.
* gnu/packages/fpga.scm (icestorm, gtkwave, gtkwave)
(python-myhdl)[home-page]: Likewise.
* gnu/packages/freedesktop.scm (libatasmart)[home-page]: Likewise.
* gnu/packages/ftp.scm (weex)[home-page]: Likewise.
* gnu/packages/game-development.scm (dds, python-tmx, sfxr, quesoglc)
(eureka, plib)[home-page]: Likewise.
* gnu/packages/games.scm (abe, alex4, armagetronad, barony)
(foobillard++, golly, ltris, pipewalker, prboom-plus, trigger-rally)
(cmatrix, pinball, pioneers, tennix, chromium-bsu, freeciv, kiki)
(quakespasm, frotz, frotz-dumb-terminal, frotz-sdl, btanks)
(flare-engine, chessx, barrage, cgoban, passage)[home-page]: Likewise.
* gnu/packages/geo.scm (python-geopandas, saga)[home-page]: Likewise.
* gnu/packages/gl.scm (freeglut, gl2ps)[home-page]: Likewise.
* gnu/packages/gnome.scm (cogl, clutter-gtk, clutter-gst, bluefish)
(workrave)[home-page]: Likewise.
* gnu/packages/gnustep.scm (wmnd, wmfire, wmfire)[home-page]: Likewise.
* gnu/packages/graph.scm (mscgen)[home-page]: Likewise.
* gnu/packages/graphics.scm (assimp, alembic, ctl, agg)
(opencsg)[home-page]: Likewise.
* gnu/packages/graphviz.scm (gts)[home-page]: Likewise.
* gnu/packages/gtk.scm (gtkspell3)[home-page]: Likewise.
* gnu/packages/guile-xyz.scm (guile-irregex)[home-page]: Likewise.
* gnu/packages/haskell-apps.scm (cpphs)[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-hunit)[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-http-client-restricted)
(ghc-blaze-html, ghc-happstack-server, ghc-sourcemap)[home-page]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-assoc, ghc-cairo, ghc-cborg)
(ghc-csv, ghc-glob, ghc-gtk2hs-buildtools, ghc-hmatrix-gsl-stats)
(ghc-intervalmap, ghc-lens-family-core, ghc-managed, ghc-mountpoints)
(ghc-network-multicast, ghc-optional-args, ghc-regex, ghc-spoon)
(ghc-transformers, ghc-turtle, ghc-utf8-light, ghc-wizards)
(ghc-template-haskell, ghc-boot-th, ghc-binary-orphans)
(ghc-postgresql-simple)[home-page]: Likewise.
* gnu/packages/hexedit.scm (ht, bvi)[home-page]: Likewise.
* gnu/packages/hunspell.scm (hunspell-dict-hu)[home-page]: Likewise.
* gnu/packages/image-processing.scm (mia)[home-page]: Likewise.
* gnu/packages/image-viewers.scm (geeqie, gpicview, luminance-hdr)
(qiv)[home-page]: Likewise.
* gnu/packages/image.scm (libuemf, devil, steghide, optipng, niftilib)
(sng, mtpaint)[home-page]: Likewise.
* gnu/packages/java-xml.scm (java-simple-xml, java-jaxp)
(java-apache-xml-commons-resolver)[home-page]: Likewise.
* gnu/packages/java.scm (java-cisd-base, java-cisd-args4j)
(java-hamcrest-core, java-jsr305, java-eclipse-osgi)
(java-eclipse-equinox-common, java-eclipse-core-jobs)
(java-eclipse-equinox-registry, java-eclipse-equinox-app)
(java-eclipse-equinox-preferences, java-eclipse-core-contenttype)
(java-eclipse-text, java-treelayout, java-aopalliance, java-jeromq)
(java-cdi-api)[home-page]: Likewise.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0)[home-page]: Likewise.
* gnu/packages/julia-xyz.scm (julia-recipespipeline)[home-page]:
Likewise.
* gnu/packages/kde-internet.scm (kget)[home-page]: Likewise.
* gnu/packages/kde-systemtools.scm (dolphin-plugins)
(konsole)[home-page]: Likewise.
* gnu/packages/kodi.scm (fstrcmp)[home-page]: Likewise.
* gnu/packages/language.scm (hime, libchewing)[home-page]: Likewise.
* gnu/packages/lego.scm (nqc)[home-page]: Likewise.
* gnu/packages/lesstif.scm (lesstif)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[home-page]: Likewise.
* gnu/packages/libdaemon.scm (libdaemon)[home-page]: Likewise.
* gnu/packages/libffi.scm (libffi)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (libwpd, libwpg, libwps)[home-page]:
Likewise.
* gnu/packages/libusb.scm (libmtp, gmtp)[home-page]: Likewise.
* gnu/packages/linux.scm (e2fsprogs, extundelete, lsscsi, net-tools)
(kbd, sysfsutils, cpuid, libpfm4)[home-page]: Likewise.
* gnu/packages/lisp-check.scm (sbcl-ptester, sbcl-xlunit)[home-page]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-html-encode, sbcl-py-configparser)
(sbcl-cl-utilities, sbcl-series, sbcl-uffi, sbcl-clsql, sbcl-sycamore)
(sbcl-osicat, sbcl-hu.dwim.common, sbcl-caveman, sbcl-trivial-shell)
(sbcl-trivial-benchmark, sbcl-screamer, sbcl-smug)[home-page]: Likewise.
* gnu/packages/lisp.scm (lush2)[home-page]: Likewise.
* gnu/packages/logging.scm (log4cpp)[home-page]: Likewise.
* gnu/packages/lua.scm (lua-ldoc)[home-page]: Likewise.
* gnu/packages/machine-learning.scm (mcl, openfst, rxcpp)[home-page]:
Likewise.
* gnu/packages/mail.scm (muchsync, procmail, sendmail)
(opensmtpd-filter-dkimsign, crm114)[home-page]: Likewise.
* gnu/packages/man.scm (libpipeline, man-db)[home-page]: Likewise.
* gnu/packages/maths.scm (lapack, scalapack, hdf-eos5, itpp, gmsh)
(metamath, p4est, armadillo, suitesparse, atlas, lpsolve, wcalc, why3)
(frama-c)[home-page]: Likewise.
* gnu/packages/mcrypt.scm (mcrypt, libmcrypt, libmhash)[home-page]:
Likewise.
* gnu/packages/minetest.scm (minetest-advtrains)[home-page]: Likewise.
* gnu/packages/monitoring.scm (python-whisper, python-carbon)
(hostscope)[home-page]: Likewise.
* gnu/packages/mp3.scm (id3lib, libmp3splt, mp3splt, mpg321)
(lame)[home-page]: Likewise.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Likewise.
* gnu/packages/music.scm (aria-maestosa, lingot, setbfree, bristol)
(portmidi, python-pyportmidi, zynaddsubfx, yoshimi, aj-snapshot)
(schismtracker, midicsv, midicsv, qmidiarp, qmidiroute, dssi, tap-lv2)
(shiru-lv2)[home-page]: Likewise.
* gnu/packages/ncurses.scm (stfl)[home-page]: Likewise.
* gnu/packages/networking.scm (lksctp-tools, mbuffer, ifstatus, bird)
(tunctl, traceroute)[home-page]: Likewise.
* gnu/packages/node-xyz.scm (node-mersenne)[home-page]: Likewise.
* gnu/packages/ntp.scm (openntpd)[home-page]: Likewise.
* gnu/packages/ocaml.scm (opam, hevea, ocaml-menhir, ocaml-piqilib)
(ocaml-graph, cubicle)[home-page]: Likewise.
* gnu/packages/opencl.scm (python-pyopencl)[home-page]: Likewise.
* gnu/packages/package-management.scm (xstow, modules)[home-page]:
Likewise.
* gnu/packages/parallel.scm (xjobs)[home-page]: Likewise.
* gnu/packages/pdf.scm (podofo, qpdf, xournal, impressive)[home-page]:
Likewise.
* gnu/packages/perl.scm (perl-math-vecstat, perltidy)[home-page]:
Likewise.
* gnu/packages/photo.scm (libpano13, enblend-enfuse, hugin)[home-page]:
Likewise.
* gnu/packages/plan9.scm (drawterm)[home-page]: Likewise.
* gnu/packages/plotutils.scm (guile-charting, ploticus)[home-page]:
Likewise.
* gnu/packages/popt.scm (argtable, popt)[home-page]: Likewise.
* gnu/packages/profiling.scm (otf2)[home-page]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[home-page]: Likewise.
* gnu/packages/python-check.scm (python-mypy)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-cssutils)
(python-translationstring)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-diskcache, python-doxyqml)
(python-docutils, python-pexpect, python-importlib-resources)
(python-simplegeneric, python-urwid, python-xlrd, python-xlwt)
(python-pyasn1, python-pythondialog, python-tftpy, python-random2)
(python-arcp, python-pyopengl, python-sortedcollections)
(python-sortedcontainers, python-yapsy, python-pydispatcher)
(python-posix-ipc)[home-page]: Likewise.
* gnu/packages/qt.scm (qwt, libqglviewer, signond)[home-page]: Likewise.
* gnu/packages/radio.scm (unixcw, gnuais)[home-page]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835)[home-page]: Likewise.
* gnu/packages/rdf.scm (clucene, rasqal, redland)[home-page]: Likewise.
* gnu/packages/regex.scm (tre)[home-page]: Likewise.
* gnu/packages/rsync.scm (librsync)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-packnga, ruby-nokogiri, ruby-oj, ruby-ox)
(ruby-sinatra, ruby-citrus, ruby-cbor, ruby-roda)[home-page]: Likewise.
* gnu/packages/scheme.scm (scheme48, tinyscheme)[home-page]: Likewise.
* gnu/packages/screen.scm (dtach)[home-page]: Likewise.
* gnu/packages/scsi.scm (sg3-utils)[home-page]: Likewise.
* gnu/packages/sdl.scm (libmikmod, sdl-pango)[home-page]: Likewise.
* gnu/packages/shellutils.scm (hstr, rig)[home-page]: Likewise.
* gnu/packages/simulation.scm (python-dolfin-adjoint)[home-page]:
Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[home-page]: Likewise.
* gnu/packages/speech.scm (espeak)[home-page]: Likewise.
* gnu/packages/stalonetray.scm (stalonetray)[home-page]: Likewise.
* gnu/packages/statistics.scm (jags, r-mass, r-class, r-lattice)
(r-matrix, r-nnet, r-spatial, r-bit, r-bit64, r-digest, r-xtable)
(python-statsmodels, r-ade4, r-latticeextra, r-rcurl, r-xml, r-mvtnorm)
(r-robustbase, r-minqa, r-fdrtool, java-jdistlib, xlispstat)[home-page]:
Likewise.
* gnu/packages/swig.scm (swig)[home-page]: Likewise.
* gnu/packages/task-management.scm (wtime)[home-page]: Likewise.
* gnu/packages/tcl.scm (itcl, tclxml, tclx)[home-page]: Likewise.
* gnu/packages/terminals.scm (libtermkey, mlterm, libvterm)
(libvterm)[home-page]: Likewise.
* gnu/packages/tex.scm (texlive-lm, texlive-lm-math, texlive-cs)
(texlive-csplain, biber, texmaker)[home-page]: Likewise.
* gnu/packages/text-editors.scm (joe)[home-page]: Likewise.
* gnu/packages/textutils.scm (drm-tools, docx2txt)[home-page]: Likewise.
* gnu/packages/tv.scm (tvtime)[home-page]: Likewise.
* gnu/packages/unicode.scm (libunibreak)[home-page]: Likewise.
* gnu/packages/upnp.scm (libupnp)[home-page]: Likewise.
* gnu/packages/version-control.scm (cvs)[home-page]: Likewise.
* gnu/packages/video.scm (transcode, libquicktime, mjpegtools, aalib)
(liba52, libmpeg2, x265, libdv, dvdauthor, aegisub, pitivi, gavl)
(dvdbackup, guvcview, video-contact-sheet)[home-page]: Likewise.
* gnu/packages/virtualization.scm (bochs)[home-page]: Likewise.
* gnu/packages/w3m.scm (w3m)[home-page]: Likewise.
* gnu/packages/web.scm (qjson, libquvi-scripts, libquvi, quvi)
(tidy-html, htmlcxx)[home-page]: Likewise.
* gnu/packages/wm.scm (evilwm, menumaker)[home-page]: Likewise.
* gnu/packages/wv.scm (wv)[home-page]: Likewise.
* gnu/packages/wxwidgets.scm (wxsvg)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (mtdev, xsel)[home-page]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Likewise.
* gnu/packages/xml.scm (openjade, python-pyxb, xmlstarlet, xmlrpc-c)
(opensp)[home-page]: Likewise.
* gnu/packages/xorg.scm (xf86-video-qxl)[home-page]: Likewise.
2023-02-12 00:00:00 +00:00
|
|
|
(home-page "https://erlware.github.io/erlware_commons/")
|
2020-05-23 20:02:46 +00:00
|
|
|
(synopsis "Additional standard library for Erlang")
|
|
|
|
(description "Erlware Commons is an Erlware project focused on all aspects
|
|
|
|
of reusable Erlang components.")
|
|
|
|
(license license:expat)))
|
2020-05-23 20:05:11 +00:00
|
|
|
|
2020-05-23 21:22:46 +00:00
|
|
|
(define-public erlang-eunit-formatters
|
|
|
|
(package
|
|
|
|
(name "erlang-eunit-formatters")
|
|
|
|
(version "0.5.0")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "eunit_formatters" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "1jb3hzb216r29x2h4pcjwfmx1k81431rgh5v0mp4x5146hhvmj6n"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(home-page "https://github.com/seancribbs/eunit_formatters")
|
|
|
|
(synopsis "Better output for eunit suites")
|
|
|
|
(description "This package provides a better output for Erlang eunits.")
|
|
|
|
(license license:asl2.0)))
|
|
|
|
|
2020-05-23 20:05:11 +00:00
|
|
|
(define-public erlang-getopt
|
|
|
|
(package
|
|
|
|
(name "erlang-getopt")
|
|
|
|
(version "1.0.2")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "getopt" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "09pasi7ki1rivw9sl7xndj5qgjbdqvcscxk83yk85yr28gm9l0m0"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(home-page "https://github.com/jcomellas/getopt")
|
|
|
|
(synopsis "Command-line options parser for Erlang")
|
|
|
|
(description "This package provides an Erlang module to parse command line
|
|
|
|
arguments using the GNU getopt syntax.")
|
|
|
|
(license license:bsd-3)))
|
2020-05-23 20:06:02 +00:00
|
|
|
|
2020-05-23 21:26:05 +00:00
|
|
|
(define-public erlang-hex-core
|
|
|
|
(package
|
|
|
|
(name "erlang-hex-core")
|
|
|
|
(version "0.8.4")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "hex_core" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "06p65hlm29ky03vs3fq3qz6px2ylwp8b0f2y75wdf5cm0kx2332b"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(replace 'check
|
|
|
|
(lambda* (#:key tests? #:allow-other-keys)
|
|
|
|
(when tests?
|
|
|
|
(invoke "rebar3" "as" "test" "proper")))))))
|
|
|
|
(inputs
|
|
|
|
(list erlang-proper rebar3-proper))
|
|
|
|
(home-page "https://github.com/hexpm/hex_core")
|
|
|
|
(synopsis "Reference implementation of Hex specifications")
|
|
|
|
(description "This package provides the reference implementation of Hex
|
|
|
|
specifications.")
|
|
|
|
(license license:asl2.0)))
|
|
|
|
|
2020-07-03 14:22:43 +00:00
|
|
|
(define-public erlang-jsone
|
|
|
|
(package
|
|
|
|
(name "erlang-jsone")
|
|
|
|
(version "1.7.0")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "jsone" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "1gaxiw76syjp3s9rygskm32y9799b917q752rw8bxj3bxq93g8x3"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'disable-covertool
|
|
|
|
;; no need to generate a coverage report
|
|
|
|
(lambda _
|
|
|
|
(substitute* "rebar.config"
|
|
|
|
(("\\{project_plugins, \\[covertool\\]\\}\\." _) "")))))))
|
|
|
|
(home-page "https://github.com/sile/jsone/")
|
|
|
|
(synopsis "Erlang JSON Library")
|
|
|
|
(description "An Erlang library for encoding and decoding JSON data.")
|
|
|
|
(license license:expat)))
|
|
|
|
|
2020-05-23 20:42:01 +00:00
|
|
|
(define-public erlang-parse-trans
|
|
|
|
(package
|
|
|
|
(name "erlang-parse-trans")
|
|
|
|
(version "3.4.1")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "parse_trans" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "16p4c2xjrvz16kzpr9pmcvi6nxq6rwckqi9fp0ksibaxwxn402k2"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(inputs
|
|
|
|
(list erlang-getopt))
|
|
|
|
(home-page "https://github.com/uwiger/parse_trans")
|
|
|
|
(synopsis "Parse transform utilities for Erlang")
|
|
|
|
(description "This package captures some useful patterns in parse
|
|
|
|
transformation and code generation for Erlang.
|
|
|
|
|
|
|
|
For example generating standardized accessor functions for records or
|
|
|
|
evaluating an expression at compile-time and substitute the result as a
|
|
|
|
compile-time constant.")
|
|
|
|
(license license:asl2.0)))
|
|
|
|
|
2020-07-03 17:03:09 +00:00
|
|
|
(define-public erlang-proper
|
|
|
|
(package
|
|
|
|
(name "erlang-proper")
|
|
|
|
(version "1.4.0")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "proper" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "1fwcas4a9kz3w3z1jqdk9lw8822srfjk9lcpvbxkxlsv3115ha0q"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'disable-covertool
|
|
|
|
;; no need to generate a coverage report
|
|
|
|
(lambda _
|
|
|
|
(substitute* "rebar.config"
|
|
|
|
(("\\{plugins, \\[covertool\\]\\}\\." _) "")))))))
|
|
|
|
(home-page "https://proper-testing.github.io/")
|
|
|
|
(synopsis "QuickCheck-inspired property-based testing tool for Erlang")
|
|
|
|
(description "PropEr is a tool for the automated, semi-random,
|
|
|
|
property-based testing of Erlang programs. It is fully integrated with
|
|
|
|
Erlang's type language, and can also be used for the model-based random
|
|
|
|
testing of stateful systems.")
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
2022-10-11 22:19:21 +00:00
|
|
|
(define-public erlang-jsx
|
|
|
|
(package
|
|
|
|
(name "erlang-jsx")
|
|
|
|
(version "3.1.0")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "jsx" version))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1wr7jkxm6nlgvd52xhniav64xr9rml2ngb35rwjwqlqvq7ywhp0c"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(synopsis "Streaming, evented JSON parsing toolkit")
|
|
|
|
(description
|
|
|
|
"An Erlang application for consuming, producing and manipulating json.")
|
|
|
|
(home-page "https://github.com/talentdeficit/jsx")
|
|
|
|
(license license:expat)))
|
|
|
|
|
2020-05-23 20:06:02 +00:00
|
|
|
(define-public erlang-providers
|
|
|
|
(package
|
|
|
|
(name "erlang-providers")
|
|
|
|
(version "1.9.0")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "providers" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "05y0kz3xgx77hzn1l05byaisvmk8bgds7c22hrh0a5ba81sfi1yj"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(propagated-inputs
|
|
|
|
(list erlang-erlware-commons erlang-getopt))
|
|
|
|
(home-page "https://github.com/tsloughter/providers")
|
|
|
|
(synopsis "Erlang providers library")
|
|
|
|
(description "This package provides an Erlang providers library.")
|
|
|
|
(license license:asl2.0)))
|
2020-05-23 21:08:53 +00:00
|
|
|
|
2020-05-23 21:18:41 +00:00
|
|
|
(define-public erlang-relx
|
|
|
|
(package
|
|
|
|
(name "erlang-relx")
|
|
|
|
(version "4.6.0")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "relx" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "02gmfx1vxg9m3mq4njsqhs4972l4nb8m5p1pdcf64g09ccf17y1g"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(propagated-inputs
|
|
|
|
(list erlang-bbmustache))
|
|
|
|
(home-page "https://erlware.github.io/relx/")
|
|
|
|
(synopsis "Release assembler for Erlang/OTP Releases")
|
|
|
|
(description "Relx assembles releases for an Erlang/OTP release. Given a
|
|
|
|
release specification and a list of directories in which to search for OTP
|
|
|
|
applications it will generate a release output. That output depends heavily on
|
|
|
|
what plugins available and what options are defined, but usually it is simply
|
|
|
|
a well configured release directory.")
|
|
|
|
(license license:asl2.0)))
|
|
|
|
|
2020-05-23 21:08:53 +00:00
|
|
|
(define-public erlang-ssl-verify-fun
|
|
|
|
(package
|
|
|
|
(name "erlang-ssl-verify-fun")
|
|
|
|
(version "1.1.6")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "ssl_verify_fun" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "1026l1z1jh25z8bfrhaw0ryk5gprhrpnirq877zqhg253x3x5c5x"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(home-page "https://github.com/deadtrickster/ssl_verify_fun.erl")
|
|
|
|
(synopsis "SSL verification functions for Erlang")
|
|
|
|
(description "This package provides SSL verification functions for
|
|
|
|
Erlang.")
|
|
|
|
(license license:expat)))
|
2020-05-23 20:06:22 +00:00
|
|
|
|
|
|
|
(define-public rebar3
|
|
|
|
(package
|
|
|
|
(name "rebar3")
|
|
|
|
(version "3.18.0")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference
|
|
|
|
(url "https://github.com/erlang/rebar3")
|
|
|
|
(commit version)))
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
(sha256
|
|
|
|
(base32 "09648hzc2mnjwf9klm20cg4hb5rn2xv2gmzcg98ffv37p5yfl327"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
;; TODO: remove vendored modules, install man-page, install lib(?)
|
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(delete 'bootstrap)
|
|
|
|
(add-after 'unpack 'unpack-dependency-sources
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
(for-each
|
|
|
|
(lambda (pkgname)
|
|
|
|
(let* ((src (string-append pkgname "-source"))
|
|
|
|
(input (assoc-ref inputs src))
|
|
|
|
(checkouts-dir (string-append "_checkouts/" pkgname))
|
|
|
|
(lib-dir (string-append "_build/default/lib/" pkgname)))
|
|
|
|
(mkdir-p checkouts-dir)
|
|
|
|
(invoke "tar" "-xf" input "-C" checkouts-dir)
|
|
|
|
(invoke "tar" "-xzf"
|
|
|
|
(pk (string-append checkouts-dir "/contents.tar.gz"))
|
|
|
|
"-C" checkouts-dir)
|
|
|
|
(mkdir-p lib-dir)
|
|
|
|
(copy-recursively checkouts-dir lib-dir)))
|
|
|
|
(list "bbmustache" "certifi" "cf" "cth_readable"
|
|
|
|
"eunit_formatters" "getopt" "hex_core" "erlware_commons"
|
|
|
|
"parse_trans" "relx" "ssl_verify_fun" "providers"))))
|
|
|
|
(delete 'configure)
|
|
|
|
(replace 'build
|
|
|
|
(lambda _
|
|
|
|
(setenv "HOME" (getcwd))
|
|
|
|
(invoke "./bootstrap")))
|
|
|
|
(replace 'install
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(let* ((out (assoc-ref outputs "out")))
|
|
|
|
(install-file "rebar3" (string-append out "/bin")))))
|
|
|
|
(delete 'check))))
|
|
|
|
(native-inputs
|
|
|
|
(list erlang))
|
|
|
|
(inputs
|
|
|
|
`(("bbmustache-source" ,(package-source erlang-bbmustache))
|
|
|
|
("certifi-source" ,(package-source erlang-certifi))
|
|
|
|
("cf-source" ,(package-source erlang-cf))
|
|
|
|
("cth_readable-source" ,(package-source erlang-cth-readable))
|
|
|
|
("erlware_commons-source" ,(package-source erlang-erlware-commons))
|
|
|
|
("eunit_formatters-source" ,(package-source erlang-eunit-formatters))
|
|
|
|
("getopt-source" ,(package-source erlang-getopt))
|
|
|
|
("hex_core-source" ,(package-source erlang-hex-core))
|
|
|
|
("parse_trans-source" ,(package-source erlang-parse-trans))
|
|
|
|
("relx-source" ,(package-source erlang-relx))
|
|
|
|
("ssl_verify_fun-source" ,(package-source erlang-ssl-verify-fun))
|
|
|
|
("providers-source" ,(package-source erlang-providers))))
|
|
|
|
(home-page "https://rebar3.org/")
|
|
|
|
(synopsis "Sophisticated build-tool for Erlang projects that follows OTP
|
|
|
|
principles")
|
|
|
|
(description "@code{rebar3} is an Erlang build tool that makes it easy to
|
|
|
|
compile and test Erlang applications, port drivers and releases.
|
|
|
|
|
|
|
|
@code{rebar3} is a self-contained Erlang script, so it's easy to distribute or
|
|
|
|
even embed directly in a project. Where possible, rebar uses standard
|
|
|
|
Erlang/OTP conventions for project structures, thus minimizing the amount of
|
|
|
|
build configuration work. @code{rebar3} also provides dependency management,
|
|
|
|
enabling application writers to easily re-use common libraries from a variety
|
|
|
|
of locations (git, hg, etc).")
|
|
|
|
(license license:asl2.0)))
|
2020-07-03 14:01:37 +00:00
|
|
|
|
|
|
|
(define-public rebar3-raw-deps
|
|
|
|
(package
|
|
|
|
(name "rebar3-raw-deps")
|
|
|
|
(version "2.0.0")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "rebar3_raw_deps" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "1pzmm3m8gb2s9jn8fp6shzgfmy4mvh2vdci0z6nsm74ma3ffh1i3"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(home-page "https://github.com/soranoba/rebar3_raw_deps")
|
|
|
|
(synopsis "Rebar3 plugin for supporting \"raw\" dependencies")
|
|
|
|
(description "This plugin provides support for handling non-OTP
|
|
|
|
applications as a dependent libraries.")
|
|
|
|
(license license:expat)))
|
2020-07-03 16:31:35 +00:00
|
|
|
|
|
|
|
(define-public rebar3-git-vsn
|
|
|
|
(package
|
|
|
|
(name "rebar3-git-vsn")
|
|
|
|
(version "1.1.1")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "rebar3_git_vsn" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "1dfz56034pa25axly9vqdzv3phkn8ll0qwrkws96pbgcprhky1hx"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(inputs
|
2023-02-01 09:36:00 +00:00
|
|
|
(list git-minimal/pinned))
|
2020-07-03 16:31:35 +00:00
|
|
|
(arguments
|
|
|
|
`(;; Running the tests require binary artifact (tar-file containing
|
|
|
|
;; samples git repos) TODO: remove these from the source
|
|
|
|
#:tests? #f
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-path
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
(let ((git (assoc-ref inputs "git-minimal")))
|
|
|
|
(substitute* "src/rebar3_git_vsn.erl"
|
|
|
|
(("rebar_utils:sh\\(\"git " _)
|
|
|
|
(string-append "rebar_utils:sh(\"" git "/bin/git ")))))))))
|
|
|
|
(home-page "https://github.com/soranoba/rebar3_git_vsn")
|
|
|
|
(synopsis "Rebar3 plugin for generating the version from git")
|
|
|
|
(description "This plugin adds support for generating the version from
|
|
|
|
a git checkout.")
|
|
|
|
(license license:expat)))
|
2020-07-03 17:03:51 +00:00
|
|
|
|
|
|
|
(define-public rebar3-proper
|
|
|
|
(package
|
|
|
|
(name "rebar3-proper")
|
|
|
|
(version "0.12.1")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (hexpm-uri "rebar3_proper" version))
|
|
|
|
(sha256
|
|
|
|
(base32 "1f174fb6h2071wr7qbw9aqqvnglzsjlylmyi8215fhrmi38w94b6"))))
|
|
|
|
(build-system rebar-build-system)
|
|
|
|
(home-page "https://github.com/ferd/rebar3_proper")
|
|
|
|
(synopsis "Rebar3 PropEr plugin")
|
|
|
|
(description "This plugin allows running PropEr test suites from within
|
|
|
|
rebar3.")
|
|
|
|
(license license:bsd-3)))
|