Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f1c559057eae
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f0a49c11528e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 18, 2019

  1. 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.
    goodsoft committed Apr 18, 2019
    Copy the full SHA
    0d9575c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Merge pull request #59854 from goodsoft/patch-1

    buildMix: fix bootstrapping packages with hyphens in version
    joachifm committed Apr 20, 2019
    Copy the full SHA
    f0a49c1 View commit details
    Browse the repository at this point in the history