qt5.qwt: move to qmakeHook

This reverts commit 8779e0f274.
This commit is contained in:
Nikolay Amiantov
2016-04-20 18:55:53 +03:00
parent 82af8640e3
commit d441238b52
2 changed files with 4 additions and 11 deletions
+1 -5
View File
@@ -15,11 +15,7 @@ stdenv.mkDerivation rec {
sed -e "s|INSTALLBASE.*=.*|INSTALLBASE = $out|g" -i qwtconfig.pri
'';
configurePhase = ''
runHook preConfigure
qmake INSTALLBASE=$out -after doc.path=$out/share/doc/${name} -r
runHook postConfigure
'';
configurePhase = ''qmake INSTALLBASE=$out -after doc.path=$out/share/doc/${name} -r'';
meta = with stdenv.lib; {
description = "Qt widgets for technical applications";