3
0
Fork 0
forked from mirrors/nixpkgs

mumble: fix build after closure-size merge

This commit is contained in:
Alexander V. Nikolaev 2016-04-17 18:50:06 +03:00
parent 904204ffda
commit 3ceeb22ea8

View file

@ -40,7 +40,9 @@ let
++ (overrides.configureFlags or [ ]);
configurePhase = ''
runHook preConfigure
qmake $configureFlags DEFINES+="PLUGIN_PATH=$out/lib"
runHook postConfigure
'';
makeFlags = [ "release" ];