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: e0e54d61713f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9b2769b06116
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 21, 2020

  1. python2.pkgs.rethinkdb: fix

    Add missing dependency on `setuptools`, reflect changed license.
    matthias-t authored and Jon committed Aug 21, 2020
    Copy the full SHA
    0466ae3 View commit details
    Browse the repository at this point in the history
  2. rethinkdb: 2.3.6 -> 2.4.1, fix

    Update patch that prevents making V8 snapshots, as those segfault.
    
    Fix build by building only the database server. Other make targets fetch
    dependencies at build time and this behaviour cannot be overriden.
    Therefore, the clients and web interface are no longer built. See
    rethinkdb/rethinkdb#6867.
    matthias-t authored and Jon committed Aug 21, 2020
    Copy the full SHA
    8025e4f View commit details
    Browse the repository at this point in the history
  3. rethinkdb: use clangStdenv

    And remove patch working around a GCC bug.
    matthias-t authored and Jon committed Aug 21, 2020
    Copy the full SHA
    9b2769b View commit details
    Browse the repository at this point in the history