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: 221ec615f899
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8a93d258cd89
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

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
    Browse the repository at this point in the history
  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
    Browse the repository at this point in the history
  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
    Browse the repository at this point in the history