Skip to content
This repository has been 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
base: a7a85a015c40
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 87f88b0cad45
Choose a head ref
  • 19 commits
  • 17 files changed
  • 11 contributors

Commits on Jan 16, 2020

  1. buildRustCrate: remove one of the odd library filename cases

    It used to be the case (ref missing) that cargo did treat
    `src/$libName.rs` as an alternative to `src/lib.rs` when the latter
    wasn't present. Recently I failed to reproduce that with vanilla cargo
    and it started to cause pain with some crates of the form:
    
    some_crate/
     `- src
       `- main.rs
       `- some_crate.rs
    
    We would build `src/some_crate.rs` and thing it is a library while that
    might not be the actual case. This crate is a valid `bin` crate not a
    `lib` crate as far as I can tell from the samples I took.
    
    I removed support for the previously required heuristic and commented
    out the test cases in case we will need them again. We could crawl in
    the Git history but chances are that the next person looking into this
    doesn't know about the history.
    andir committed Jan 16, 2020
    Copy the full SHA
    29a8575 View commit details
    Browse the repository at this point in the history
  2. buildRustCrateTests: use releaseTools.aggregate

    Previously I did use `runCommand` to do the same. Using
    releaseTools.aggregate seems a lot saner and we might get nicer hydra
    output of the tests that are failing.
    andir committed Jan 16, 2020
    Copy the full SHA
    69c96ad View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. fanficfare: 3.13.0 -> 3.15.0

    r-ryantm committed Jan 20, 2020
    Copy the full SHA
    d7e04bb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Copy the full SHA
    227a3f4 View commit details
    Browse the repository at this point in the history
  2. zsh-bd: init at 2018-07-04

    pasqui23 committed Jan 21, 2020
    Copy the full SHA
    341097c View commit details
    Browse the repository at this point in the history
  3. pythonPackages.django_2_1: drop

    Django-2.1 support ended on December 2, 2019, so drop it in nixpkgs as
    well.
    lsix committed Jan 21, 2020
    Copy the full SHA
    1102fc8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #65430 from pasqui23/zbd

     zsh-bd:init at 2018-07-04
    infinisil committed Jan 21, 2020
    Copy the full SHA
    b785f2a View commit details
    Browse the repository at this point in the history
  5. pythonPackages.django_2_1: drop (#78159)

    pythonPackages.django_2_1: drop
    Mic92 committed Jan 21, 2020
    Copy the full SHA
    d3a7bc5 View commit details
    Browse the repository at this point in the history
  6. fplll: 5.3.1 -> 5.3.2

    r-ryantm committed Jan 21, 2020
    Copy the full SHA
    17eb447 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #78147 from dwarfmaster/rename

    Renamed maintainer lucas8 -> dwarfmaster
    ryantm committed Jan 21, 2020
    Copy the full SHA
    53c681d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #78078 from r-ryantm/auto-update/FanFicFare

    fanficfare: 3.13.0 -> 3.15.0
    ryantm committed Jan 21, 2020
    Copy the full SHA
    5c5d9ef View commit details
    Browse the repository at this point in the history
  9. assimp: 5.0.0 -> 5.0.1

    r-ryantm authored and ehmry committed Jan 21, 2020
    Copy the full SHA
    a38ff81 View commit details
    Browse the repository at this point in the history
  10. gjs: 1.58.3 -> 1.58.4 (#78163)

    r-ryantm authored and hedning committed Jan 21, 2020
    Copy the full SHA
    a055d4d View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    bdb1645 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    d0fcf24 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #77822 from andir/buildRustCrate-remove-custom-lib…

    …-path
    
    buildRustCrate: remove custom lib path heuristic
    andir committed Jan 21, 2020
    Copy the full SHA
    60fea72 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #78176 from r-ryantm/auto-update/fplll

    fplll: 5.3.1 -> 5.3.2
    timokau committed Jan 21, 2020
    Copy the full SHA
    79f86d7 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    35363c3 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #78187 from dtzWill/update/hub-2.14.1

    gitAndTools.hub: 2.13.0 -> 2.14.1
    globin committed Jan 21, 2020
    Copy the full SHA
    87f88b0 View commit details
    Browse the repository at this point in the history