nixpkgs/pkgs/development/beam-modules
Paul Tsupikoff 0d9575ced8
buildMix: fix bootstrapping packages with hyphens in version
I'm using `buildMix` to build a package, which has a dependency with a hyphen in its version: `dialyxir-1.0.0-rc6`.
Due to `mix-bootstrap` using `string:tokens` the dependency ends up in `_build/prod/lib/dyalyxir1.0.0rc6` instead of `_build/prod/lib/dialyxir`.
Here I'm fixing it to use `string:split`, which splits by first hyphen only, and returns an array with no more than two elements.
2019-04-18 22:37:30 +03:00
..
hex hex: correct version handling 2018-11-06 00:17:03 +01:00
pc pc: 1.2.0 -> 1.6.0 2017-09-11 22:56:43 +02:00
pgsql pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
webdriver rebar3: 3.3.2 -> 3.4.3 2017-09-11 22:56:43 +02:00
build-erlang-mk.nix beamPackages: turn on debug_info for beam packages 2016-06-15 07:20:01 -07:00
build-hex.nix erlang: refactor: build packages per Erlang/OTP. 2017-06-19 19:53:15 +02:00
build-mix.nix buildMix: properly ignore deps 2017-08-18 00:31:42 -07:00
build-rebar3.nix treewide: remove unused buildEnv parameters 2017-04-16 10:29:49 +02:00
default.nix rebar3: 3.6.1 -> 3.9.0 2019-02-06 19:45:40 +01:00
fetch-hex.nix beamPackages: point to new cdn for tarballs 2016-06-15 07:19:56 -07:00
fetch-rebar-deps.nix rebar3: 3.6.1 -> 3.9.0 2019-02-06 19:45:40 +01:00
hex-packages.nix hex-packages: delete transitively unbuildable packages 2017-11-08 07:23:51 +00:00
hex-registry-snapshot.nix treewide: use unstable-date instead of hash as version 2018-11-06 00:17:02 +01:00
lib.nix [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
mix-bootstrap buildMix: fix bootstrapping packages with hyphens in version 2019-04-18 22:37:30 +03:00
rebar3-release.nix rebar3: 3.6.1 -> 3.9.0 2019-02-06 19:45:40 +01:00