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

Commits on Jul 18, 2019

  1. fish: use internal wcwidth

    Fish 3.0 has an updated an more robust handling of unicode glyphs. Per
    the original author of the INTERNAL_WCWIDTH flag, it was something of
    misfeature, and they regret that NixOS came to rely on it.
    
    Removes the flag from the Nix expression.
    
    Flag was added originally to Nixpkgs in 68076b7
    
    It is being removed entirely from upstream fish:
    fish-shell/fish-shell#5777.
    nyarly committed Jul 18, 2019
    Copy the full SHA
    2c9c395 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64843 from nyarly/fish_system_wcwidth

    fish: use internal wcwidth
    worldofpeace committed Jul 18, 2019
    Copy the full SHA
    b2e0ab3 View commit details
    Browse the repository at this point in the history