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: ce7272b43c1d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f0fbce667344
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 27, 2020

  1. fish: 3.1.0 -> 3.1.1

    fish-shell/fish-shell@3.1.0...3.1.1
    
    The patch we had to use for Apple SDKs was merged upstream, so it can be
    dropped. I ran nixpkgs-fmt, and removed the `with stdenv.lib;` scope
    expander.
    
    Additionally, did a little bit of cleanup. I plan on refactoring this
    more down the line, but this'll do for now.
    
    I finally figured out why we use `fetchurl` for the tagged release: the
    published release tarballs contain a version file, which the
    `build_tools/git_version_gen.sh` script reads (and uses as the version
    if it exists). The other thing it contains are pre-generated docs for
    various `fish` builtins. I've expanded the comment to document this so
    nobody is as confused as I was when I first saw it. (Though I plan to
    change this and add sphinx as a native build input in order to build the
    docs ourselves.)
    cole-h committed Apr 27, 2020
    Copy the full SHA
    a43ae05 View commit details
    Browse the repository at this point in the history
  2. fish: disable codesigning

    We don't have access to the codesign binary.
    cole-h committed Apr 27, 2020
    Copy the full SHA
    87b02f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Merge pull request #86136 from cole-h/fish

    fish: 3.1.0 -> 3.1.1
    adisbladis committed Apr 28, 2020
    Copy the full SHA
    f0fbce6 View commit details
    Browse the repository at this point in the history