Revert "Introduce patchShebangsPhase ran in preConfigurePhases"
This reverts commit 512fbb280f.
See #5368
This commit is contained in:
@@ -24,7 +24,9 @@ stdenv.mkDerivation {
|
||||
++ stdenv.lib.optional (qt4 != null) "--with-doxywizard";
|
||||
|
||||
preConfigure =
|
||||
stdenv.lib.optionalString (qt4 != null)
|
||||
''
|
||||
patchShebangs .
|
||||
'' + stdenv.lib.optionalString (qt4 != null)
|
||||
''
|
||||
echo "using QTDIR=${qt4}..."
|
||||
export QTDIR=${qt4}
|
||||
|
||||
Reference in New Issue
Block a user