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: 5a3e195bcb32
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bba8c2222337
Choose a head ref
  • 17 commits
  • 31 files changed
  • 6 contributors

Commits on Jan 22, 2019

  1. ghc: don’t add libiconv automatically

    ghc needs it to fail to correctly detect it for later.
    matthewbauer committed Jan 22, 2019
    Copy the full SHA
    88157a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. icu63: init at 63.1

    (cherry picked from commit 70b8ab6)
    alyssais authored and andir committed Jan 23, 2019
    Copy the full SHA
    335f87f View commit details
    Browse the repository at this point in the history
  2. nss: 3.40.1 -> 3.41

    (cherry picked from commit fdc6caf)
    alyssais authored and andir committed Jan 23, 2019
    Copy the full SHA
    577aa81 View commit details
    Browse the repository at this point in the history
  3. rust_1_31: init at 1.31

    This removes the 1.29 backport and replaces it with the 1.31 version
    from master.
    andir committed Jan 23, 2019
    Copy the full SHA
    ae83566 View commit details
    Browse the repository at this point in the history
  4. rustc: fix build with unbundled jemalloc and llvm on darwin

    jemalloc with stripped prefix would cause segfaults in free:
    #49557 (comment)
    
    This commit has been adjusted from the one on master to only carry the
    relevant changes (the new optional `stripPrefix`) flag while still
    keeping the other flags that were removed on master since they are no
    loner supported by the version used there.
    
    (cherry picked from commit 973eca7)
    symphorien authored and andir committed Jan 23, 2019
    Copy the full SHA
    5a0116e View commit details
    Browse the repository at this point in the history
  5. firefoxPackages: support building with firefox 65

    Firefox >=65 will depend on icu >=63. All the older firefox versions
    (and derived packages) seem to work fine with this change.
    
    Also the system path environment patch will fail to apply since there
    was a trivial whitespace change in the source file. By adding `-l` to
    patch we can avoid having to track two patches that do basically the
    same. Having patchFlags per file without resorting to pre-/postPatch
    would be nicer but there doesn't seem to be a facility for that right
    now.
    
    (cherry picked from commit e37b765e7897c015153552d4e33a8571ab9c5457)
    andir committed Jan 23, 2019
    Copy the full SHA
    e76e890 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    aeba227 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. ncurses: 6.1-20181027 -> 6.1-20190112

    v6.1-20181027 url is 404.
    
    (cherry picked from commit 138720f)
    voobscout authored and FRidh committed Jan 24, 2019
    Copy the full SHA
    3f69c99 View commit details
    Browse the repository at this point in the history
  2. ncurses: use github mirror

    Development releases of ncurses are uploaded but often also removed
    again. This is causing a lot of trouble, so let's instead use a
    GitHub mirror.
    
    (cherry picked from commit 43e867a)
    FRidh committed Jan 24, 2019
    Copy the full SHA
    a35ecf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Merge pull request #54505 from andir/18.09/firefox65

    [18.09] firefox 65
    andir committed Jan 26, 2019
    Copy the full SHA
    73c0c69 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Copy the full SHA
    19b3dae View commit details
    Browse the repository at this point in the history
  2. nss: 3.41 -> 3.42

    andir committed Jan 29, 2019
    Copy the full SHA
    36e8e5d View commit details
    Browse the repository at this point in the history
  3. firefox: 64.0 -> 65.0

    There have been some more changes to the source tree which broke the
    buildconfig patch. This commit adds another patch that can be used for
    the future versions. Once all the flavors are based off a new(ish)
    firefox release we can remove the old patch.
    andir committed Jan 29, 2019
    Copy the full SHA
    d85692d View commit details
    Browse the repository at this point in the history
  4. firefox-bin: 64.0 -> 65.0

    andir committed Jan 29, 2019
    Copy the full SHA
    5e90a0f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. firefoxPackages.firefox-esr-60: 60.4.0esr -> 60.5.0esr

    (cherry picked from commit 10024f2)
    andir committed Jan 30, 2019
    Copy the full SHA
    4bc8537 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54912 from andir/18.09/firefox65

    [18.09] nss 3.41 -> 3.42, firefox 64 -> 65
    andir committed Jan 30, 2019
    Copy the full SHA
    2fddd79 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bba8c22 View commit details
    Browse the repository at this point in the history