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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0101637e2ed6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 27ae4cea4e73
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 27, 2018

  1. qpid-cpp: 0.34 -> 1.37.0

    cpages authored and garbas committed Mar 27, 2018
    Copy the full SHA
    a7d6297 View commit details
  2. qpid-cpp: fix build

    The compilation broke due to the flag `-Werror=int-in-bool-context`
    which caused several compilation errors with GCC v7. Disabling this
    warning manually with `-Wno-error` in `NIX_CFLAGS_COMPILE` should be
    fine.
    
    This package experienced several radical changes as the entire python
    build in `$src/management/python` was broken since the given Python
    interpreter missed several needed modules (including
    `pythonPackages.qpid-python`). As the CMake build tried to invoke the
    affected `setup.py` manually and patched the shebangs with `disutil` and
    caused non-functional executables, I split the package up into two
    parts, the actual `qpid-cpp` lib and the Python module that will be
    composed using `buildEnv`.
    
    Furthermore I added myself as maintainer for the package as the diff
    became quite huge and we should have more folks available to maintain
    this.
    
    See https://hydra.nixos.org/build/71519082/log
    See tickets #36453 and #31747
    Ma27 authored and garbas committed Mar 27, 2018
    Copy the full SHA
    27ae4ce View commit details
Loading