megaglest: do not build tests

This commit is contained in:
Francesco Gazzetta 2017-12-21 20:56:50 +01:00
parent c400bb9fb8
commit 28fe4ce075

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation {
glib cppunit fontconfig freetype ftgl glew libogg libvorbis makeWrapper mesa_glu ];
configurePhase = ''
cmake -DCMAKE_INSTALL_PREFIX=$out -DBUILD_MEGAGLEST_TESTS=ON
cmake -DCMAKE_INSTALL_PREFIX=$out
'';
postInstall = ''