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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 66b84901b4fe
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0c1805b41ffc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 22, 2018

  1. vim: fix for cross, add missing configure test override

    This is one of the variables mentioned to set
    when cross-compiling:
    
    https://github.com/vim/vim/blob/master/src/INSTALLx.txt
    dtzWill committed Jan 22, 2018
    Copy the full SHA
    f851457 View commit details
  2. Merge pull request #34157 from dtzWill/fix/vim-cross

    vim: fix for cross, add missing configure test override
    Mic92 authored Jan 22, 2018
    Copy the full SHA
    0c1805b View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 pkgs/applications/editors/vim/default.nix
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/default.nix
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
"vim_cv_toupper_broken=no"
"--with-tlib=ncurses"
"vim_cv_terminfo=yes"
"vim_cv_tgetent=zero" # it does on native anyway
"vim_cv_tty_group=tty"
"vim_cv_tty_mode=0660"
"vim_cv_getcwd_broken=no"