summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5396036..195d555 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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/";