meshlab: fix forgotten qt47

This commit is contained in:
Vladimír Čunát 2013-02-13 17:45:27 +01:00
parent e976bcffca
commit 0d6bb2b51a
2 changed files with 3 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, qt, bzip2, lib3ds, levmar, muparser, unzip}:
{stdenv, fetchurl, qt4, bzip2, lib3ds, levmar, muparser, unzip}:
stdenv.mkDerivation rec {
name = "meshlab-1.3.2";
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
sourceRoot = ".";
buildInputs = [ qt unzip ];
buildInputs = [ qt4 unzip ];
meta = {
description = "System for the processing and editing of unstructured 3D triangular meshes";

View file

@ -7501,9 +7501,7 @@ let
merkaartor = callPackage ../applications/misc/merkaartor { };
meshlab = callPackage ../applications/graphics/meshlab {
qt = qt47;
};
meshlab = callPackage ../applications/graphics/meshlab { };
mhwaveedit = callPackage ../applications/audio/mhwaveedit {};