mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Really make qt-4.7
svn path=/nixpkgs/trunk/; revision=22896
This commit is contained in:
parent
2d998d8fc3
commit
230c31d020
1 changed files with 1 additions and 0 deletions
|
@ -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"}'';
|
||||
|
|
Loading…
Reference in a new issue