Really make qt-4.7

svn path=/nixpkgs/trunk/; revision=22896
This commit is contained in:
Yury G. Kudryashov 2010-08-02 17:18:56 +00:00
parent 2d998d8fc3
commit 230c31d020

View file

@ -84,6 +84,7 @@ stdenv.mkDerivation rec {
-exceptions -xmlpatterns
-multimedia -audio-backend -phonon -phonon-backend
-webkit -javascript-jit
-make libs -make tools -make translations
${if buildDemos == true then "-make demos" else "-nomake demos"}
${if buildExamples == true then "-make examples" else "-nomake examples"}
${if useDocs then "-make docs" else "-nomake docs"}'';