Merge pull request #67969 from petabyteboy/feature/remove-dobuild

treewide: remove uses of doBuild and doConfigure
This commit is contained in:
Ryan Mulligan 2019-09-02 15:13:47 -07:00 committed by GitHub
commit 32f9c619f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 16 deletions

View File

@ -78,8 +78,6 @@ stdenv.mkDerivation {
buildInputs = [ squashfsTools makeWrapper ];
doConfigure = false;
doBuild = false;
dontStrip = true;
dontPatchELF = true;

View File

@ -9,8 +9,6 @@ stdenv.mkDerivation {
outputs = [ "out" "man" ];
doBuild = false;
installPhase = ''
mkdir -p \
"$out/bin" \

View File

@ -36,9 +36,6 @@ let
qtbase qtdeclarative qtsvg qtlocation qtwebchannel qtwebengine
];
doConfigure = false;
doBuild = false;
installPhase = ''
# Extract eagle tarball
mkdir "$out"

View File

@ -56,8 +56,6 @@ stdenv.mkDerivation {
}
'';
doConfigure = false;
buildPhase = ''
# Build kernel modules.
cd src

View File

@ -19,8 +19,6 @@ let
runHook postUnpack
'';
doConfigure = false;
installPhase = ''
runHook preInstall

View File

@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
xmpppy pythonIRClib
];
/* doConfigure should be removed if not needed */
# phaseNames = ["deploy" (a.makeManyWrappers "$out/share/${name}/irc.py" a.pythonWrapperArguments)];
installPhase = ''

View File

@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
pythonPath = [ xmpppy ];
buildInputs = [ pythonPackages.wrapPython ];
/* doConfigure should be removed if not needed */
installPhase = ''
cd mail-transport
mkdir -p $out/bin $out/share/${pname}-${version}

View File

@ -36,8 +36,6 @@ in stdenv.mkDerivation rec {
buildInputs = [ python makeWrapper ];
doBuild = false;
patches = [
./gcloud-path.patch
];

View File

@ -19,7 +19,6 @@ let
done
'';
doBuild = false;
doCheck = true;
doInstallCheck = true;