treewide: Remove doBuild cause it does not exist

This commit is contained in:
Sandro Jäckel 2021-01-31 19:02:56 +01:00
parent c1e35a4b63
commit 6ad10c3bcd
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
5 changed files with 0 additions and 8 deletions

View file

@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
x86_64-darwin = "0y2qjdlyvhrzwg0fmxsr3jl39kd13276a7wg0ndhdjfwxvdwpxkz";
};
doBuild = false;
doCheck = false;
installPhase = ''

View file

@ -35,8 +35,6 @@ stdenv.mkDerivation rec {
buildInputs = [ fahviewer python ];
doBuild = false;
unpackPhase = ''
dpkg-deb -x ${src} ./
'';

View file

@ -18,7 +18,6 @@ stdenv.mkDerivation {
unpackCmd = "mkdir src; cp $curSrc src/vcs";
patches = [ ./fonts.patch ];
nativeBuildInputs = [ makeWrapper ];
doBuild = false;
inherit dejavu_fonts;
installPhase = ''

View file

@ -7,8 +7,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ maven ] ++ lib.optional stdenv.isLinux autoPatchelfHook;
doBuild = false;
installPhase = ''
mkdir -p $out

View file

@ -15,8 +15,6 @@ buildPythonApplication rec {
sha256 = "QHpVIOtGFzNqAEcBCv48YWO4pYatbTe/CWwcwjbj+34=";
};
doBuild = false;
installPhase = ''
mkdir -p $out/bin $out/libexec/tautulli
cp -R contrib data lib plexpy Tautulli.py $out/libexec/tautulli