Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e249e593778f
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 01bcf3f2f22f
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 25, 2018

  1. vim-nix: 2018-02-25 -> 2018-04-24

    (cherry picked from commit e609551)
    LnL7 committed Apr 25, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    kraenhansen Kræn Hansen
    Copy the full SHA
    01bcf3f View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/misc/vim-plugins/default.nix
8 changes: 4 additions & 4 deletions pkgs/misc/vim-plugins/default.nix
Original file line number Diff line number Diff line change
@@ -537,11 +537,11 @@ rec {
};

vim-nix = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-nix-2018-02-25";
name = "vim-nix-2018-04-24";
src = fetchgit {
url = "https://github.com/LnL7/vim-nix";
rev = "36c5feb514930e8fb8e2f4567d6b0d9e806fc2eb";
sha256 = "1v0vm0h5j6zzwhm5gw3xcmckswma3a5kxyli34i8hy14yli0ff3d";
rev = "dae3d30a145f1d0e50658dafd88f95cd4b5e323d";
sha256 = "1x3gaiz2wbqykzhk0zj0krjp81m5rxhk80pcg96f4gyqp7hxrx78";
};
dependencies = [];

@@ -2504,7 +2504,7 @@ rec {
sha256 = "0rfxzryccrq3dnjgb9aljzrmfjk7p8l2qdjkl8ar4bh2hmz8vn5y";
};
dependencies = [];
buildInputs = [ python3 ];
buildInputs = [ python3 ];
buildPhase = ''
pushd ./rplugin/python3/deoplete/ujson
python3 setup.py build --build-base=$PWD/build --build-lib=$PWD/build