qgroundcontrol: Drop unused preConfigure phase

The configurePhase is overridden here and the preConfigure hook isn't
referenced otherwise in the package, so it's basically dead code.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2016-04-15 04:42:37 +02:00
parent 81fc546df3
commit 01900ac06e

View File

@@ -28,12 +28,6 @@ stdenv.mkDerivation rec {
patches = [ ./0001-fix-gcc-cmath-namespace-issues.patch ];
preConfigure = ''
git submodule init
git submodule update
'';
configurePhase = ''
mkdir build
pushd build