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: a850d0a83df7
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 39892985b009
Choose a head ref
  • 10 commits
  • 10 files changed
  • 8 contributors

Commits on Feb 24, 2020

  1. pythonPackages.pyopengl: fix runtime shared library loading failure

    This closes #76822.
    
    pyopengl 3.1.4 introduced a new logic for shared library loading: it
    tests a few combinations of library name and suffix (such as .so.X).
    
    Our previous patch was just replacing the library name (e.g. 'glut') by
    the full path to the nix store. This does not work anymore with pyopengl
    3.1.4 new heuristic.
    
    This commit just keep the behavior of pyopengl but adds the nix store
    path to the list of tried paths.
    guibou authored and Jon committed Feb 24, 2020
    Copy the full SHA
    5c11e17 View commit details
    Browse the repository at this point in the history
  2. mnemosyne: 2.7 -> 2.7.1

    r-ryantm authored and Jon committed Feb 24, 2020
    Copy the full SHA
    99e0ed1 View commit details
    Browse the repository at this point in the history
  3. vazir-fonts: 19.2.0 -> 22.1.0

    marsam authored and Jon committed Feb 24, 2020
    Copy the full SHA
    9ad04f0 View commit details
    Browse the repository at this point in the history
  4. devede: Add needed setuptools dependency

    - devede_ng.py fails trying to import pkg_resources in a clean env w/o python3.7 installed
    - Adding setuptools (which has pkg_resources) to the dependencies seems to fix it
    jjwatt authored and Jon committed Feb 24, 2020
    Copy the full SHA
    8cbb538 View commit details
    Browse the repository at this point in the history
  5. nixos/transmission: Allow others to read the directory

    Directory mode 755 is standard for running services. Without this,
    downloadDirPermissions doesn't have any use since other users can't even
    look inside the main transmission directory
    infinisil authored and Lassulus committed Feb 24, 2020
    Copy the full SHA
    6d92e54 View commit details
    Browse the repository at this point in the history
  6. pythonPackages.locustio: 0.9.0 -> 0.14.4

    disable python3.8 version, as tests hang indefinitely
    Jonathan Ringer committed Feb 24, 2020
    Copy the full SHA
    193c584 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6036633 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0507717 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    21a3b14 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3989298 View commit details
    Browse the repository at this point in the history