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: a2e18d7f8fb3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0364e80fe0ce
Choose a head ref
  • 5 commits
  • 1 file changed
  • 3 contributors

Commits on Jun 19, 2020

  1. Copy the full SHA
    3b9a8f5 View commit details
    Browse the repository at this point in the history
  2. neomutt: make manual.txt not empty

    Without elinks / w3m / lynx in the nativeBuildInputs, there are these
    errors in the build:
    
    LC_ALL=C w3m -dump -O UTF8 docs/manual.html > docs/manual.txt || \
    LC_ALL=C lynx -dump -nolist -with_backspaces \
            -display_charset=us-ascii docs/manual.html > docs/manual.txt || \
    LC_ALL=C elinks -dump -no-numbering -no-references \
            docs/manual.html | sed -e 's,\\001, ,g' > docs/manual.txt
    /nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: w3m: command not found
    /nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 1: lynx: command not found
    /nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 3: elinks: command not found
    doronbehar authored and Ma27 committed Jun 19, 2020
    Copy the full SHA
    b8f6521 View commit details
    Browse the repository at this point in the history
  3. neomutt: Remove old fixes for failing tests

    Includes both rfc2047 tests workarounds and locale workarounds.
    Fixes #86896. See neomutt/neomutt#2314 .
    doronbehar authored and Ma27 committed Jun 19, 2020
    Copy the full SHA
    b58227a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    499d188 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #91110 from Ma27/bump-neomutt

    neomutt: 20200501 -> 20200619
    flokli committed Jun 19, 2020
    Copy the full SHA
    0364e80 View commit details
    Browse the repository at this point in the history