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: 90a28c8ec143
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 36e6c2888aa7
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 15, 2021

  1. Copy the full SHA
    c7fc194 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a812d1b View commit details
    Browse the repository at this point in the history
  3. python3Packages.tensorboardx: fix build

    Adds missing optional soundfile dependency, that was ultimately
    required during tests.
    
    Move crc32 into propagatedBuildInputs.
    
    Both changes were recommended here:
    https://github.com/lanpa/tensorboardX/blob/v2.1/README.md#install
    
    Clean up the package, disable linting tests.
    mweinelt committed Apr 15, 2021
    Copy the full SHA
    f29e513 View commit details
    Browse the repository at this point in the history
  4. python3Packages.twine: rely on importlib-metadata unconditionally

    Changed from conditional to unconditional in
    pypa/twine@22aaa04
    mweinelt committed Apr 15, 2021
    Copy the full SHA
    36e6c28 View commit details
    Browse the repository at this point in the history