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

Commits on Mar 17, 2019

  1. pythonPackages.tensorflow-tensorboard: fix python2 build

    Fix build after #56669. Update the
    python2 hash and re-add the python2 `futures` dependency. Not sure if
    there was a reason for it to be removed in the first place.
    
    (cherry picked from commit 9e95109)
    timokau committed Mar 17, 2019
    Copy the full SHA
    57c8d4a View commit details
    Browse the repository at this point in the history
  2. pythonPackages.tensorflow: fix python<3.4 build

    This was already added for the source build, but missing for the binary
    build.
    
    (cherry picked from commit af7455b)
    timokau committed Mar 17, 2019
    Copy the full SHA
    c42783a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #57785 from timokau/tensorflow-fixes-19.03

    [19.03] tensorflow py2 fixes
    timokau committed Mar 17, 2019
    Copy the full SHA
    30d143b View commit details
    Browse the repository at this point in the history