potreeconverter: symlink resources dir to $out

This commit is contained in:
matthewcroughan
2023-04-03 12:48:04 +01:00
parent d59c85209d
commit 2714719012
@@ -48,6 +48,11 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
fixupPhase = ''
runHook preFixup
ln -s $src/resources $out/bin/resources
runHook postFixup
'';
meta = with lib; {
description = "Create multi res point cloud to use with potree";
homepage = "https://github.com/potree/PotreeConverter";