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: ffd478454d4a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3531c276d522
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 13, 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
    LnL7 committed Sep 13, 2018
    Copy the full SHA
    68f7e75 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
    LnL7 committed Sep 13, 2018
    Copy the full SHA
    54b4000 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
    LnL7 committed Sep 13, 2018
    Copy the full SHA
    327edb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Merge pull request #46628 from LnL7/darwin-broken-c

    broken darwin packages (c)
    xeji committed Sep 14, 2018
    Copy the full SHA
    3531c27 View commit details
    Browse the repository at this point in the history