qt-5: Don't build tests
Building the tests (which as far as I can tell we don't even run) makes the build take > 19 GiB of disk space, which is a bit excessive. Without the tests, it takes 2.6 GiB.
This commit is contained in:
parent
acaf4a6253
commit
1cfea9bd1a
@ -10,7 +10,7 @@
|
||||
, gtkStyle ? false, libgnomeui, gtk, GConf, gnome_vfs
|
||||
, buildDocs ? false
|
||||
, buildExamples ? false
|
||||
, buildTests ? true
|
||||
, buildTests ? false
|
||||
, developerBuild ? false
|
||||
}:
|
||||
|
||||
@ -84,8 +84,6 @@ stdenv.mkDerivation rec {
|
||||
-optimized-qmake
|
||||
-strip
|
||||
-reduce-relocations
|
||||
-force-debug-info
|
||||
-no-separate-debug-info
|
||||
-system-proxies
|
||||
|
||||
-gui
|
||||
|
Loading…
Reference in New Issue
Block a user