merkaartor: fix build
Merkaartor is not compatible with current version of Qt5 (5.12) but is known to work with version 5.9
This commit is contained in:
parent
8ce3def3d8
commit
e955576b43
@ -18986,7 +18986,7 @@ in
|
||||
|
||||
mercurialFull = appendToName "full" (pkgs.mercurial.override { guiSupport = true; });
|
||||
|
||||
merkaartor = libsForQt5.callPackage ../applications/misc/merkaartor { };
|
||||
merkaartor = libsForQt59.callPackage ../applications/misc/merkaartor { };
|
||||
|
||||
meshlab = libsForQt5.callPackage ../applications/graphics/meshlab { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user