mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
meshlab: fix forgotten qt47
This commit is contained in:
parent
e976bcffca
commit
0d6bb2b51a
@ -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";
|
||||
|
@ -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 {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user