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: 085766fd63c8
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 11ff53e7cbfb
Choose a head ref
  • 15 commits
  • 11 files changed
  • 9 contributors

Commits on Nov 27, 2019

  1. starship: 0.26.4 -> 0.26.5

    Br1ght0ne committed Nov 27, 2019
    Copy the full SHA
    2cc3502 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. plantuml: 1.2019.11 -> 1.2019.12

    r-ryantm authored and bjornfor committed Nov 28, 2019
    Copy the full SHA
    d7b63dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5509e56 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5e24b9e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #74536 from andrew-d/andrew/bazel-ssl-certs

    buildBazelPackage: also set the SSL_CERT_FILE environment variable
    flokli committed Nov 28, 2019
    Copy the full SHA
    8253c10 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #74535 from xvapx/PR/add-maintainer-pythonPackages…

    ….pony
    
    pythonPackages.pony: add myself as maintainer
    flokli committed Nov 28, 2019
    Copy the full SHA
    c6fc40a View commit details
    Browse the repository at this point in the history
  6. keepassxc: 2.5.0 -> 2.5.1

    r-ryantm authored and Lassulus committed Nov 28, 2019
    Copy the full SHA
    141346b View commit details
    Browse the repository at this point in the history
  7. picard: 2.2.2 -> 2.2.3

    r-ryantm authored and ehmry committed Nov 28, 2019
    Copy the full SHA
    6f54241 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    dfae1b0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #73602 from ahiaao/fix/blist-python37

    python37Packages.blist: fix compatibility for python 3.7
    marsam committed Nov 28, 2019
    Copy the full SHA
    64b9199 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. buildBazelPackage: set $USER environment variable (#74538)

    tensorflow assumes $USER to be set to something, otherwise it complains
    like this:
    
    ```
    FATAL: $USER is not set, and unable to look up name of current user: (error: 0): Success
    Traceback (most recent call last):
      File "./configure.py", line 1602, in <module>
        main()
      File "./configure.py", line 1399, in main
        _TF_MAX_BAZEL_VERSION)
      File "./configure.py", line 478, in check_bazel_version
        ['bazel', '--batch', '--bazelrc=/dev/null', 'version'])
      File "./configure.py", line 156, in run_shell
        output = subprocess.check_output(cmd)
      File "/nix/store/drr8qcgiccfc5by09r5zc30flgwh1mbx-python3-3.7.5/lib/python3.7/subprocess.py", line 411, in check_output
        **kwargs).stdout
      File "/nix/store/drr8qcgiccfc5by09r5zc30flgwh1mbx-python3-3.7.5/lib/python3.7/subprocess.py", line 512, in run
        output=stdout, stderr=stderr)
    ```
    
    Spotted while changing the hash of its fixed-output derivation on
    purpose.
    
    We could also set this in the tensorflow-specific part, but very likely,
    other programs will fail as well.
    flokli authored and kalbasit committed Nov 29, 2019
    Copy the full SHA
    a905fcb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ef20b37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #74386 from filalex77/starship-0.26.5

    starship: 0.26.4 -> 0.26.5
    marsam committed Nov 29, 2019
    Copy the full SHA
    8bb9896 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9cbc698 View commit details
    Browse the repository at this point in the history
  5. zam-plugins: fix build

    Did not find <GL/gl.h> with libGLU_combined for some reason, libGL works and seems to be sufficient.
    jtojnar committed Nov 29, 2019
    Copy the full SHA
    11ff53e View commit details
    Browse the repository at this point in the history