diff --git a/pkgs/applications/graphics/potreeconverter/default.nix b/pkgs/applications/graphics/potreeconverter/default.nix index 07fae1140812..4255a12dbab2 100644 --- a/pkgs/applications/graphics/potreeconverter/default.nix +++ b/pkgs/applications/graphics/potreeconverter/default.nix @@ -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";