Merge pull request #130501 from SuperSandro2000/remove-noop-phases-mass

Convert phases that contain ":" to dont* = true
This commit is contained in:
Sandro 2021-07-18 23:46:50 +02:00 committed by GitHub
commit d0f62aae75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper unzip ];
buildInputs = [ python ];
buildPhase = ":";
dontBuild = true;
installPhase = lib.strings.optionalString (!stdenv.hostPlatform.isWindows) ''
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper unzip ];
buildInputs = [ python ];
buildPhase = ":";
dontBuild = true;
installPhase = lib.strings.optionalString (!stdenv.hostPlatform.isWindows) ''
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0

View file

@ -54,7 +54,7 @@ rec {
}));
buildVimPluginFrom2Nix = attrs: buildVimPlugin ({
buildPhase = ":";
configurePhase =":";
dontBuild = true;
dontConfigure = true;
} // attrs);
}

View file

@ -1,7 +1,7 @@
{ lib, appleDerivation }:
appleDerivation {
buildPhase = ":";
dontBuild = true;
# install headers only
installPhase = ''