mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
Partial revert "Convert phases that contain ":" to dont* = true"
This reverts commit dc48d23a0f
.
This deactivated custom build phases in many vim plugins overrides.
Also we could change our overrides it may break out-of-tree usage.
This commit is contained in:
parent
48ad5bae56
commit
9ec1f8f88f
@ -54,7 +54,8 @@ rec {
|
||||
}));
|
||||
|
||||
buildVimPluginFrom2Nix = attrs: buildVimPlugin ({
|
||||
dontBuild = true;
|
||||
dontConfigure = true;
|
||||
# vim plugins may override this
|
||||
buildPhase = ":";
|
||||
configurePhase =":";
|
||||
} // attrs);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user