Yorick van Pelt
e8889fe676
rebar3: restore bootstrapper attribute
...
partially reverts 8de4654d4b
2020-01-29 20:17:27 +01:00
Thomas Depierre
8de4654d4b
beam-modules/hex-snapshot: remove
...
The package set is not maintained. It is also not used by most of the
BEAM community. Removing it to allow a more useful set of tools fit to
the BEAM community in Nixpkgs.
2019-11-17 13:45:57 +01:00
R. RyanTM
b572ff9f09
rebar3: 3.11.1 -> 3.12.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rebar3/versions
2019-09-28 18:26:32 -07:00
Justin Wood
ece38ce9fb
rebar3: 3.10.0 -> 3.11.1
2019-06-03 13:55:43 -04:00
R. RyanTM
1330269c15
rebar3: 3.9.1 -> 3.10.0 ( #60765 )
...
* rebar3: 3.9.1 -> 3.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rebar3/versions
* rebar3: don't use fetchurl
for mutable GitHub archives
+ parse_trans 3.3.0 hash has changed
2019-05-04 18:28:51 +02:00
R. RyanTM
8cf2baa408
rebar3: 3.9.0 -> 3.9.1 ( #58864 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rebar3/versions
2019-04-07 16:30:40 +02:00
k32
d4b243905f
rebar3: 3.6.1 -> 3.9.0
...
Remove hermetic patch (make it compatible with the upstream)
(Mostly) eliminate the need for hex package registry
2019-02-06 19:45:40 +01:00
Pascal Wittmann
80b5d9e3d3
rebar3: add license
...
see issue #43716
2018-08-06 12:24:38 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Vincent Ambo
0cf4c90469
rebar3: 3.4.3 -> 3.6.1
...
Updates rebar3 to version 3.6.1, which amongst other things introduces
support for rebar3 on Erlang/OTP 21.
Changes made:
* rebar3 and dependencies updated to new versions
* rebar3 hermeticity patch updated to apply against new version
* hex package registry snapshot updated
2018-07-14 20:05:53 +02:00
Gleb Peregud
adbc1ed0d9
rebar3: 3.3.2 -> 3.4.3
2017-09-11 22:56:43 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Eric Bailey
fe727a19c1
rebar3: 3.1.0 -> 3.3.2
2016-12-08 00:11:41 +02:00
Eric Merritt
cd27abe751
rebar3: refactor
...
cleanup up the code quite a bit in the bootstrapper
2016-04-25 08:34:55 -07:00
Eric Merritt
658a49b81d
rebar3: 3.0.0-beta.4 -> 3.1.0
2016-04-23 19:03:30 -07:00
Eric Merritt
383626b9d7
move rebar3-nix-bootstrap to rebar3
...
This moves rebar3-nix-bootstrap from its own repository to rebar3. Its a
single file and this vastly reduces the complexity of making changes.
2016-04-23 19:03:29 -07:00
Eric Merritt
8dbcb4e35e
beamPackages: Add support for Mix and Erlang.mk
2016-04-23 19:03:24 -07:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Eric Merritt
8021b5241c
rebar3: refactor to make hermetic
...
This adds changes to the rebar3 expression that patch rebar3 to force it
to be hermetic. Now, by default, rebar3 literally can't download
anything. A 'rebar3-open' expression was added for those folks whe want
the normal rebar3.
2016-01-18 08:19:15 -08:00
Gleb Peregud
ed4373e8b7
Pass buildPlugins to rebar3-nix-bootstrap.
...
To successfully build rebar packages, it needs to be provided with
rebar3 plugins used to build it. This change passes them to env
variable. From there rebar3-nix-bootstrap takes them and symlinks into
_build/default/plugins.
2016-01-17 21:59:27 +01:00
Eric Merritt
474e417891
erlang support: allow nix-shell to work correctly
...
This changes build-hex.nix so that the buildHex and related functions
work correctly in a nix-shell.
2016-01-14 14:36:47 -08:00
Gleb Peregud
474da3bf24
Add sources of specific rebar bootstrap deps via new fetchHex
...
derivation.
2015-12-15 15:06:44 +01:00
Gleb Peregud
108f3cf67f
Add patch which makes rebar compilation hermetic
2015-12-15 14:05:51 +01:00
Gleb Peregud
4ba1a51b7f
Move registry to rebar3, since it needs it itself to be bootstrapped.
...
This makes rebar3 build a bit more hermetic. Next stage is to pull in
rebar3 plugins dependencies for bootstrap to pick up.
2015-12-15 14:05:19 +01:00
Gleb Peregud
bcc4ca029a
Add rebar3 package
2015-12-15 01:02:52 +01:00