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

Commits on Jul 21, 2018

  1. vim_configurable: get rid of composableDerivation

    Use `stdenv.mkDerivation` directly instead of `composableDerivation`.
    
    Some configure flags may have changed as the conversion wasn't exactly
    straightforward.
    FRidh committed Jul 21, 2018
    Copy the full SHA
    539f4f6 View commit details
    Browse the repository at this point in the history
  2. qvim: get rid of composableDerivation

    Use `stdenv.mkDerivation` directly instead of `composableDerivation`.
    
    Some configure flags may have changed as the conversion wasn't exactly
    straightforward.
    FRidh committed Jul 21, 2018
    Copy the full SHA
    9cb1e7a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Merge pull request #43886 from FRidh/vim

    qvim, vim_configurable: get rid of composableDerivation
    FRidh committed Jul 26, 2018
    Copy the full SHA
    ea91420 View commit details
    Browse the repository at this point in the history