Convert phases that contain ":" to dont* = true

This commit is contained in:
Sandro Jäckel
2021-07-17 23:39:16 +02:00
parent dbed958bf2
commit dc48d23a0f
4 changed files with 5 additions and 5 deletions
@@ -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
@@ -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