Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 221ec615f899
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5eb4258a9a1c
Choose a head ref
  • 9 commits
  • 10 files changed
  • 2 contributors

Commits on Sep 14, 2018

  1. cernlib: mark broken on darwin

    Using gccStdenv makes the build go further, but then it fails with.
    
        kuipc /private/tmp/nix-build-cernlib-2006.drv-0/2006/src/packlib/kuip/code_kuip/kuipcdf.cdf kuipcdf.c
        Makefile:413: archive/kuipcdf.d: No such file or directory
        make[3]: *** [Makefile:473: kuipcdf.c] Abort trap: 6
    
    /cc ZHF #45961
    
    (cherry picked from commit 68f7e75)
    LnL7 authored and xeji committed Sep 14, 2018
    Copy the full SHA
    fffefe7 View commit details
  2. csfml: mark linux only

    While it's possible to build on darwin, we never had a successful build.
    
        Undefined symbols for architecture x86_64:
          "sf::microseconds(long long)", referenced from:
              _sfSleep in Sleep.cpp.o
    
    /cc ZHF #45961
    
    (cherry picked from commit 54b4000)
    LnL7 authored and xeji committed Sep 14, 2018
    Copy the full SHA
    3b0dddd View commit details
  3. cargo-web: mark broken on darwin

    Looks CoreFoundation related.
    
        Undefined symbols for architecture x86_64:
          "_CFURLResourceIsReachable", referenced from:
              fsevent_sys::core_foundation::str_path_to_cfstring_ref::h0ea4bd94e2c613f2 in libfsevent_sys-ef30b6879660a6c1.rlib(fsevent_sys-ef30b6879660a6c1.fsevent_sys7-49ce33334334dd3a5c7883bf4070f954.rs.rcgu.o)
        ld: symbol(s) not found for architecture x86_64
    
    /cc ZHF #45961
    
    (cherry picked from commit 327edb4)
    LnL7 authored and xeji committed Sep 14, 2018
    Copy the full SHA
    8a93d25 View commit details
  4. pythonPackages.daphne: 2.1.0 -> 2.2.2

    Update, re-enable all tests on linux, disable tests on darwin.
    This fixes the build of pythonPackages.channels
    
    (cherry picked from commit abe97e9)
    xeji committed Sep 14, 2018
    Copy the full SHA
    c2bb2fb View commit details
  5. pythonPackages.eve: fix build, drop incorrect dependencies

    Build failed because of dependency Flask-PyMongo, which actually
    isn't a dependency of eve as they have their own flask_pymongo code.
    
    - Drop incorrect dependency flask-pymongo
    - Drop redunant dependencies already propageted by flask:
      itsdangerous, werkzeug, jinja2
    - Drop dependency markupsafe, not required any more
    
    (cherry picked from commit 9e4b0b7)
    xeji committed Sep 14, 2018
    Copy the full SHA
    25f3b47 View commit details
  6. pythonPackages.flask-pymongo: fix build

    add missing dependency: vcversioner
    
    (cherry picked from commit 781eaa1)
    xeji committed Sep 14, 2018
    Copy the full SHA
    6678bad View commit details
  7. pythonPackages.pytest-rerunfailures: fix build

    some tests fail since pytest 3.7.2 -> 3.7.4 update, disable them
    
    (cherry picked from commit 0bda601)
    xeji committed Sep 14, 2018
    Copy the full SHA
    837e7c6 View commit details
  8. pythonPackages.wordfreq: 2.0 -> 2.2.0, fix build

    Previous version didn't build (test failure).
    Update to latest, tests use pytest now, disable failing tests.
    
    (cherry picked from commit be12bb8)
    xeji committed Sep 14, 2018
    Copy the full SHA
    297a082 View commit details
  9. pythonPackages.nilearn: fix tests

    disable failing tests
    
    (cherry picked from commit d9bdd64)
    xeji committed Sep 14, 2018

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    5eb4258 View commit details
Loading