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: 776cb2f7b5be
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c66c46943380
Choose a head ref
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 19, 2018

  1. Copy the full SHA
    a50807e View commit details
    Browse the repository at this point in the history
  2. vim_configurable: make gtk optional

    Using vim_configurable.override { guiSupport = "no"; } would still pull
    in gtk2 as a dependency.
    LnL7 committed Aug 19, 2018
    Copy the full SHA
    8a6064a View commit details
    Browse the repository at this point in the history
  3. vim_configurable: disable darwinSupport by default

    Using gtk + darwin support seems broken at the moment, we probably want
    guiSupport = "carbon" instead but that doesn't work and something like
    macvim is probably better for that.  This fixes the build while keeping
    guiSupport enabled which might be desirable for eg. +clientserver.
    
    Fixes #45025
    LnL7 committed Aug 19, 2018
    Copy the full SHA
    e2ef327 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Copy the full SHA
    cfc3d7c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Merge pull request #45352 from LnL7/darwin-vim-x11

    vim_configurable: fix darwin build with guiSupport
    LnL7 committed Aug 28, 2018
    Copy the full SHA
    c66c469 View commit details
    Browse the repository at this point in the history