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:
parent
81fc546df3
commit
01900ac06e
@ -28,12 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./0001-fix-gcc-cmath-namespace-issues.patch ];
|
patches = [ ./0001-fix-gcc-cmath-namespace-issues.patch ];
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
||||||
|
|
||||||
'';
|
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
mkdir build
|
mkdir build
|
||||||
pushd build
|
pushd build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user