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: e933c7875b7f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b8f0c1836913
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 13, 2019

  1. python3Packages.qasm2image: require Python 3.5 at least

    According to `setup.py` in 0.8 older Python wouldn't work.
    Ma27 authored and Robert Schütz committed Mar 13, 2019
    Copy the full SHA
    16c2c6b View commit details
    Browse the repository at this point in the history
  2. pythonPackages.thumbor: 6.6.0 -> 6.7.0

    This patch ensures that the currently broken `thumbor`[1] package builds
    and works again.
    
    The following problems were fixed:
    
    * Rather than placing required packages (like `gifsicle` or `exiftool`)
      into the build input list, we reference them explicitly where needed
      to ensure that the package works after the build without further
      installs.
    
    * Skip the `test_redeye_applied` test case which is broken for a while
      now.
    
    [1] https://hydra.nixos.org/build/90290998
    Ma27 authored and Robert Schütz committed Mar 13, 2019
    Copy the full SHA
    8dac864 View commit details
    Browse the repository at this point in the history
  3. pythonPackages.cairocffi: support 1.0 and 0.9

    This patch ensures that Python2 can be used if cairocffi is used.
    Version 1.0 dropped Python 2 support.
    avnik authored and Robert Schütz committed Mar 13, 2019
    Copy the full SHA
    e878fd6 View commit details
    Browse the repository at this point in the history
  4. python3.pkgs.cairosvg: 2.2.1 -> 2.3.0

    Robert Schütz committed Mar 13, 2019
    Copy the full SHA
    01cb9b0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #56839 from avnik/fix/cairocffi

    Fix cairocffi build
    dotlambda committed Mar 13, 2019
    Copy the full SHA
    b8f0c18 View commit details
    Browse the repository at this point in the history