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: 362498c6fe20
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: 9c9c04f918a2
Choose a head ref
  • 15 commits
  • 18 files changed
  • 3 contributors

Commits on Sep 12, 2018

  1. vault: 0.10.4 -> 0.11.1

    zimbatm authored and LnL7 committed Sep 12, 2018
    Copy the full SHA
    770ee0b View commit details
  2. boo: remove, broken since Jun 2016

    marked broken in June 2016, no visible attempt to fix it,
    so let's get rid of it
    
    (cherry picked from commit 5a166ff)
    xeji committed Sep 12, 2018
    Copy the full SHA
    18e9a5c View commit details
  3. nant: remove

    - our version is from 2015
    - it doesn't build
    - upstream project is dead, last release 2012, last commit Oct 2016.
    - used by only 1 nixpkgs package: `boo`, marked broken since 2016.
    
    (cherry picked from commit dc84de5)
    xeji committed Sep 12, 2018
    Copy the full SHA
    e586eda View commit details
  4. banshee: remove

    - was broken since June 2016 because it depends on `boo`
    - no visible attempts to fix in over 2 years
    
    (cherry picked from commit 2953d4c)
    xeji committed Sep 12, 2018
    Copy the full SHA
    7d5b1d1 View commit details
  5. alock: mark linux only

    The darwin build fails and it's probably not particularly useful there.
    
        utils.c:33:19: error: use of undeclared identifier 'CLOCK_MONOTONIC'
            clock_gettime(CLOCK_MONOTONIC, &t);
    
    /cc ZHF #45961
    
    (cherry picked from commit 139eb11)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    5bf7983 View commit details
  6. asio: mark broken on darwin

    Started to fail since 1.12.1.
    
        Undefined symbols for architecture x86_64:
          "boost::chrono::steady_clock::now()", referenced from:
              pinger::start_send() in ping.o
              asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::wait_duration_msec(long) const in ping.o
              asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::wait_duration_usec(long) const in ping.o
              asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::get_ready_timers(asio::detail::op_queue<asio::detail::scheduler_operation>&) in ping.o
              pinger::handle_receive(unsigned long) in p
    
    /cc ZHF #45961
    
    (cherry picked from commit 80a4e48)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    93f4bb6 View commit details
  7. atlas: mark broken on darwin

    Started to fail since 3.10.3.
    
        /private/tmp/nix-build-atlas-3.10.3.drv-0/ATLAS/build/bin/ATLrun.sh: line 4: 31119 Segmentation fault: 11  $atldir/$*
        make[3]: *** [Makefile:1695: ssanity_test] Error 139
    
    /cc ZHF #45961
    
    (cherry picked from commit f1542f6)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    7b82c4f View commit details
  8. bitcoin-abc: mark broken on darwin

    Last successful build https://hydra.nixos.org/build/74552872.
    
    /cc ZHF #45961
    
    (cherry picked from commit cf9d1a6)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    a95c041 View commit details
  9. bitcoin-classic: mark broken on darwin

    Last successful build https://hydra.nixos.org/build/74552951.
    
    /cc ZHF #45961
    
    (cherry picked from commit d990bae)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    509e79e View commit details
  10. bitcoin-unlimited: mark broken on darwin

    /cc ZHF #45961
    
    (cherry picked from commit eaff0b7)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    72830db View commit details
  11. bitcoin-xt: mark broken on darwin

    /cc ZHF #45961
    
    (cherry picked from commit 8f6ede9)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    3c2e66d View commit details
  12. ethsign: mark broken on darwin

    Could be caused by our older 10.10.5 CoreFoundation.
    
        go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:51:216:
        cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
        go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:162:47:
        cannot use nil as type _Ctype_CFAllocatorRef in argument to
        _Cfunc_CFStringCreateWithCStringNoCopy
        go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:163:225:
        cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
    
    /cc ZHF #45961
    
    (cherry picked from commit e7ecf59)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    70f2abe View commit details
  13. litecoin: add missing framework and mark broken on darwin

        In file included from qt/bitcoin.cpp:9:
        ./qt/bitcoingui.h:14:10: fatal error: 'QLabel' file not found
        #include <QLabel>
                 ^~~~~~~~
        1 error generated.
    
    /cc ZHF #45961
    
    (cherry picked from commit 0dff3d5)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    91da313 View commit details
  14. aws-okta: mark broken on darwin

    Could be caused by our older 10.10.5 CoreFoundation.
    
        # github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain
        go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:35:33: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFDataCreate
        go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:61: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
        go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:98:41: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFStringCreateWithBytes
        go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:133: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
    
    /cc ZHF #45961
    
    (cherry picked from commit b814881)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    642d69b View commit details
  15. asymptote: mark broken on darwin

    It only builds with gc-7.6.0 on darwin for some reason.
    
    /cc ZHF #45961
    
    (cherry picked from commit 9fc6f11)
    LnL7 committed Sep 12, 2018
    Copy the full SHA
    9c9c04f View commit details
Loading