Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 1737cd07ca0c
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 6695d3f08f21
Choose a head ref
  • 20 commits
  • 14 files changed
  • 8 contributors

Commits on Oct 15, 2019

  1. nftables: enable all features

    Izorkin committed Oct 15, 2019
    Copy the full SHA
    c1fd98f View commit details
    Browse the repository at this point in the history
  2. python.pkgs.google_cloud_storage: propagate setuptools

    This is used during runtime.
    
    cc #68314
    flokli committed Oct 15, 2019
    Copy the full SHA
    83e5868 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e902b1e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    eb3fc12 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    df03455 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6403f81 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    789565d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Copy the full SHA
    80ac778 View commit details
    Browse the repository at this point in the history
  2. pwndbg: fix runtime python deps, fixes #71071

    pwndbg is a Python module for gdb. The built-in interpreter is used and
    pwndbg offers additional routines. Packaging this is tricky because that
    interpreter needs to be used. Using `python3.withPackages` won't work.
    By setting `NIX_PYTHONPATH`, the interpreter should pick up pwndbg and
    its dependencies.
    
    If `NIX_PYTHONPATH` does not function we can fall back to `PYTHONPATH`.
    An example of when that won't work is if pwndbg runs a script of itself
    in a subshell. `NIX_PYTHONPATH` would be  unset, but `PYTHONPATH` not.
    FRidh committed Oct 16, 2019
    Copy the full SHA
    27a9800 View commit details
    Browse the repository at this point in the history
  3. wasm-bindgen-cli: init at 0.2.51

    CLI for `wasm-bindgen`, a tool that helps to interact between WASM
    modules written in Rust and JS-Code. This contains only the CLI[1], the
    libraries are usually included via `Cargo.toml` in a project.
    
    Co-authored-by: Fabian Möller <fabianm88@gmail.com>
    
    [1] https://crates.io/crates/wasm-bindgen-cli
    Ma27 committed Oct 16, 2019
    Copy the full SHA
    9bffa5a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #67722 from Ma27/package-wasm-bindgen-cli

    wasm-bindgen-cli: init at 0.2.51
    Ma27 committed Oct 16, 2019
    Copy the full SHA
    f0057b6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #71219 from FRidh/pwndbg

    pwndbg: fix runtime python deps, fixes #71071
    Mic92 committed Oct 16, 2019
    Copy the full SHA
    7b512c1 View commit details
    Browse the repository at this point in the history
  6. freeoffice: 970 -> 971

    romildo committed Oct 16, 2019
    Copy the full SHA
    a81a6b3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #66841 from Izorkin/kernel-nftables

    nftables: enable all features in kernel
    Mic92 committed Oct 16, 2019
    Copy the full SHA
    334921a View commit details
    Browse the repository at this point in the history
  8. python.pkgs.google_cloud_storage: propagate setuptools (#70900)

    python.pkgs.google_cloud_storage: propagate setuptools
    flokli committed Oct 16, 2019
    Copy the full SHA
    61eecf2 View commit details
    Browse the repository at this point in the history
  9. gnome3.libgda: explicitly enable or disable mysql and postgres

    This prevents an issue where mysql and postgres support can be
    auto-detected by the configure scripts, resulting in a broken build or a
    build that cannot be ran on a different computer.
    lavoiesl committed Oct 16, 2019
    Copy the full SHA
    ce5616f View commit details
    Browse the repository at this point in the history
  10. gnome3.libgda: use embedded sqlite support on macOS

    Taken from the Homebrew Formula
    lavoiesl committed Oct 16, 2019
    Copy the full SHA
    9b83a23 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    adc635f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #71225 from romildo/fix.freeoffice

    freeoffice: 970 -> 971
    romildo committed Oct 16, 2019
    Copy the full SHA
    3a44087 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #71200 from Shopify/seb-libgda-mac

    Add support for libgda on darwin
    worldofpeace committed Oct 16, 2019
    Copy the full SHA
    6695d3f View commit details
    Browse the repository at this point in the history