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: 241e1fd9d010
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1e8fa431222b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 22, 2019

  1. newsboat: fetch from vcs

    In hopes of working around
    #60845. This fetches a gz archive
    instead of xz and also fetches the archive from a different source,
    hopefully avoiding the issue (whatever ist is caused by).
    
    In addition to that, I think that building directly from VCS is
    generally cleaner and more flexible for the following reasons:
    
    - It cuts out and unnecessary middle step.
    
    - It makes sure the version users install is equal to the version users
    may have vetted.
    
    - It makes it easy to develop patches or bisect changes by simply
    checking out a different rev.
    
    - It avoids using upstream-provided "binary" artifacts like those
    generated by autotools.
    timokau committed Dec 22, 2019
    Copy the full SHA
    b747a86 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. newsboat: fetch from vcs (#76175)

    newsboat: fetch from vcs
    dywedir committed Dec 25, 2019
    Copy the full SHA
    1e8fa43 View commit details
    Browse the repository at this point in the history