redis-desktop-manager: fix build (#18543)

We need to run the pre/post configure hooks.
This commit is contained in:
Charles Strahan 2016-09-13 01:02:06 -04:00 committed by Franz Pletz
parent c96ddb6433
commit 3e7bb6579b

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
qtquick1 qtquickcontrols qtsvg qttools
];
configurePhase = "true";
dontUseQmakeConfigure = true;
buildPhase = ''
srcdir=$PWD