diff options
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ ffmpeg-headless ]; fixupPhase = '' - wrapProgram $out/bin/taro --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ self ]}" + wrapProgram $out/bin/taro --prefix LD_LIBRARY_PATH : "$out/lib64" ''; meta = with lib; { homepage = "https://akon.city/"; |