From 01900ac06eb2245df7d8ba1e9157ed79d7b94b0f Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 15 Apr 2016 04:42:37 +0200 Subject: [PATCH] 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 --- .../science/robotics/qgroundcontrol/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/applications/science/robotics/qgroundcontrol/default.nix b/pkgs/applications/science/robotics/qgroundcontrol/default.nix index 47a6ee44952..0d7e3ca55f1 100644 --- a/pkgs/applications/science/robotics/qgroundcontrol/default.nix +++ b/pkgs/applications/science/robotics/qgroundcontrol/default.nix @@ -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